From 2464dc9a6a395ae397b71303c1b4a95db702758d Mon Sep 17 00:00:00 2001 From: Casey Burkhardt Date: Tue, 28 Mar 2017 15:52:12 -0700 Subject: [PATCH] Ensures Accessibility button always overrides IME switcher In the case of both the IME switcher and Accessibility button appearing within NavigationBarView, we want to allow the accessibility button to always override the appearance of the IME switcher as our target users will most-often be using dead-reckoning to interact with the Accessibility button, requiring consistent appearance, location, and visibility. Bug: 35267032 Test: Manual Change-Id: Ib39d2336efe7073f686d94b3f71fc853af3186bb --- .../systemui/statusbar/phone/NavigationBarView.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java index 3f7e340eff21a..a5d7c57206be6 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java @@ -417,7 +417,10 @@ public class NavigationBarView extends FrameLayout implements PluginListener