Home
last modified time | relevance | path

Searched refs:applyModeBackground (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java127 applyModeBackground(oldMode, newMode, animate); in onTransition()
130 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() method in BarTransitions
133 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
251 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() method in BarTransitions.BarBackgroundDrawable
H A DPhoneStatusBarTransitions.java49 applyModeBackground(-1, getMode(), false /*animate*/); in PhoneStatusBarTransitions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java101 applyModeBackground(-1, getMode(), false /*animate*/); in init()