summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/19/changes
diff options
context:
space:
mode:
authorAbodunrinwa Toki <toki@google.com>2015-06-16 15:47:04 +0100
committerAbodunrinwa Toki <toki@google.com>2015-06-16 15:47:04 +0100
commitf444b5c3ae46f8790c8f2a8481fb688b00a42d3b (patch)
tree76d81e95769e9b74611061d0997e007c93d66382 /docs/html/sdk/api_diff/19/changes
parent6161c5b4cd54036bc4f38455a0c7c11b8201e4a0 (diff)
Fix floating toolbar flickers.
-Flicker was a side effect the delay in hiding the toolbar when there is a down press on a TextView handle. The timing clashed with the time it takes for the FloatingActionMode to release a hide lock on a changing content rect. Extra flickers also happened if the ActionMode happened to be invalidated at about the same time. Since there was no longer a hide lock, the toolbar refreshed, getting rid of the "Select all" menu item. FIX. I believe we don't need the delayed hide on down press on a TextView handle. I've removed this. -I've also updated FloatingActionMode to ensure that hide locks overlap one another if necessary. The toolbar can only be visible if all locks are off. Bug: 21793687 Change-Id: I290ea45ab17d5862b453cb319afb4c8ffe084cd0
Diffstat (limited to 'docs/html/sdk/api_diff/19/changes')
0 files changed, 0 insertions, 0 deletions