summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-05-10 15:07:24 -0700
committerDianne Hackborn <hackbod@google.com>2012-05-10 15:07:24 -0700
commitcf67578c7f99492273a8f8446dd18ddc5af2ae76 (patch)
treef5b1c9e60a9d4b81d5e0d8d26805a64991bc0fda /api
parent6b16286f653f9f8a1c17a8dffebbe6cee4e5afca (diff)
downloadframeworks_base-cf67578c7f99492273a8f8446dd18ddc5af2ae76.zip
frameworks_base-cf67578c7f99492273a8f8446dd18ddc5af2ae76.tar.gz
frameworks_base-cf67578c7f99492273a8f8446dd18ddc5af2ae76.tar.bz2
Fix issue #6475693: OnSystemUiVisibilityChangeListener reporting...
...incorrect visibility when the ActionBar overflow menu is opened Don't report layout flags in system UI visibility callback. Update docs to reflect this. Change-Id: Icfa411b5537de037cafbcac04991101e8b9138c4
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index b10c107..55f0d3a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -23939,7 +23939,6 @@ package android.view {
method public final android.view.View findViewWithTag(java.lang.Object);
method public void findViewsWithText(java.util.ArrayList<android.view.View>, java.lang.CharSequence, int);
method protected boolean fitSystemWindows(android.graphics.Rect);
- method public boolean fitsSystemWindows();
method public android.view.View focusSearch(int);
method public void forceLayout();
method public android.view.accessibility.AccessibilityNodeProvider getAccessibilityNodeProvider();
@@ -23964,6 +23963,7 @@ package android.view {
method public void getDrawingRect(android.graphics.Rect);
method public long getDrawingTime();
method public boolean getFilterTouchesWhenObscured();
+ method public boolean getFitsSystemWindows();
method public java.util.ArrayList<android.view.View> getFocusables(int);
method public void getFocusedRect(android.graphics.Rect);
method public boolean getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point);