summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-08-16 12:57:01 -0700
committerAdam Powell <adamp@google.com>2011-08-16 13:07:22 -0700
commite43fca99573291311f90b540d67833011d5fc6be (patch)
treea73f611471a582d0265fa43b59a4f71db4df3985 /api
parent846b7624748b58234e3d9bc782fde8bba2f70194 (diff)
downloadframeworks_base-e43fca99573291311f90b540d67833011d5fc6be.zip
frameworks_base-e43fca99573291311f90b540d67833011d5fc6be.tar.gz
frameworks_base-e43fca99573291311f90b540d67833011d5fc6be.tar.bz2
Offer a masked version of setUiOptions for windows to only modify certain flags.
Change-Id: I36aaff982767f8984c468e8c13f8d5ec8c3c0040
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index f8d3e06..68c830f 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -23471,6 +23471,7 @@ package android.view {
method public abstract void setTitleColor(int);
method public void setType(int);
method public void setUiOptions(int);
+ method public void setUiOptions(int, int);
method public abstract void setVolumeControlStream(int);
method public void setWindowAnimations(int);
method public void setWindowManager(android.view.WindowManager, android.os.IBinder, java.lang.String);