summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorAbodunrinwa Toki <toki@google.com>2015-06-17 18:04:23 +0100
committerAbodunrinwa Toki <toki@google.com>2015-06-18 03:16:21 +0100
commit972ab4f8588c365cf9c06e1f22b30a96fb0a06fc (patch)
tree473383466d103f97309f0c42ca1b69a2d6670305 /api/system-current.txt
parente8378476b52b215536f0b7c52d2eb611a893685f (diff)
downloadframeworks_base-972ab4f8588c365cf9c06e1f22b30a96fb0a06fc.zip
frameworks_base-972ab4f8588c365cf9c06e1f22b30a96fb0a06fc.tar.gz
frameworks_base-972ab4f8588c365cf9c06e1f22b30a96fb0a06fc.tar.bz2
Fix FloatingToolbar flickers.
This is fixed by avoiding calling toolbar.show() in PhoneWindow. FloatingActionMode coordinates whether or not the toolbar should be visible. PhoneWindow differs to it. This CL also adds a new API: ActionMode#onWindowFocusChanged(boolean) Bug: 21617792 Change-Id: Ic49ce1000ce9c782d0f9e17e3d024d462c7b758b
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 67d3635..3f610dc 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -36862,6 +36862,7 @@ package android.view {
method public abstract void invalidate();
method public void invalidateContentRect();
method public boolean isTitleOptional();
+ method public void onWindowFocusChanged(boolean);
method public abstract void setCustomView(android.view.View);
method public abstract void setSubtitle(java.lang.CharSequence);
method public abstract void setSubtitle(int);