OSDN Git Service

Disable recents button in carmode inside of NavigationBarView,
authorSriram Viswanathan <tvsriram@google.com>
Tue, 22 Mar 2016 20:11:50 +0000 (13:11 -0700)
committerSriram Viswanathan <tvsriram@google.com>
Thu, 14 Apr 2016 21:18:22 +0000 (14:18 -0700)
commit469caae9ea03c8f4261b8fd6df25aa20b3647e9a
tree1cd160e534cd4ee9a80f98cc4c8124e6e0778cf3
parentf2d2aab3f1a1e19e4ba52e274493a2ca4cd02f7b
Disable recents button in carmode inside of NavigationBarView,
instead of doing it from PhoneWindowManager, which doesnt maintain
the mUiMode properly and in sync with that in the UiModeManager.
In addition the re-layout / modifications in the content of the
navigation bar in care mode are better consolidated in one place
instead of many places.

Bug: 27313462

Change-Id: I1bdc2324f649f19f879b71c695381587561498e9
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
services/core/java/com/android/server/policy/PhoneWindowManager.java