OSDN Git Service

Disable ActionBar usage of transitions
authorChet Haase <chet@google.com>
Mon, 23 Sep 2013 18:26:36 +0000 (11:26 -0700)
committerChet Haase <chet@google.com>
Mon, 23 Sep 2013 21:49:39 +0000 (14:49 -0700)
commitd8d7c38533d20062166e5e7ef89b80ff9dbd8903
tree5f8cebe8f9eb2ac81342ee9ab67fb74c7e441bca
parentf9b70ab87e8f26b57ac3d8dc3b77052e747cb888
Disable ActionBar usage of transitions

Various artifacts across apps were coming from ActionBar's use of
the new transitions framework. Disabling transitions for now to get
things back to a more stable state.

Also, fixed some related bugs in transitions themselves, including
a change in TextChange to account for text selection, which was causing
errors in Keep's SearchView.

Issue #10860557 TextChange animator may old stale value
Issue #10819685 sometimes icons are lighter
Issue #10750525 Share and Settings icons overlap when stopping slideshow
Issue #10839551 Sometimes the search text box is right-aligned in Keep
Issue #10727484 Cursor incorrectly positioned after entering first letter during search action in keep app

Change-Id: Iad7cbf3297e18018308b8148b3519b032e63dace
core/java/android/transition/TextChange.java
core/java/android/transition/Transition.java
core/java/com/android/internal/transition/ActionBarTransition.java
core/java/com/android/internal/view/menu/ActionMenuPresenter.java
core/java/com/android/internal/widget/ActionBarView.java