Searched refs:applyModeBackground (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BarTransitions.java | 92 applyModeBackground(oldMode, newMode, animate); 96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { method in class:BarTransitions 97 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s", 99 mBarBackground.applyModeBackground(oldMode, newMode, animate); 173 public void applyModeBackground(int oldMode, int newMode, boolean animate) { method in class:BarTransitions.BarBackgroundDrawable
|
H A D | NavigationBarTransitions.java | 45 applyModeBackground(-1, getMode(), false /*animate*/);
|
H A D | PhoneStatusBarTransitions.java | 51 applyModeBackground(-1, getMode(), false /*animate*/);
|
Completed in 36 milliseconds