Searched defs:applyModeBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java108 applyModeBackground(oldMode, newMode, animate);
111 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { method in class:BarTransitions
112 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
114 mBarBackground.applyModeBackground(oldMode, newMode, animate);
210 public void applyModeBackground(int oldMode, int newMode, boolean animate) { method in class:BarTransitions.BarBackgroundDrawable

Completed in 47 milliseconds