Searched refs:applyModeBackground (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | BarTransitions.java | 92 applyModeBackground(oldMode, newMode, animate); in onTransition() 96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() method in BarTransitions 99 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground() 173 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() method in BarTransitions.BarBackgroundDrawable
|
D | PhoneStatusBarTransitions.java | 51 applyModeBackground(-1, getMode(), false /*animate*/); in init()
|
D | NavigationBarTransitions.java | 45 applyModeBackground(-1, getMode(), false /*animate*/); in init()
|