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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java69 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
70 super.onTransition(oldMode, newMode, animate);
H A DPhoneStatusBarTransitions.java75 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
76 super.onTransition(oldMode, newMode, animate);
H A DBarTransitions.java94 int oldMode = mMode;
97 modeToString(oldMode), modeToString(mode), animate));
99 onTransition(oldMode, mMode, animate);
110 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
111 applyModeBackground(oldMode, newMode, animate);
114 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
118 Integer oldColor = getBackgroundColor(oldMode);
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java251 int oldMode = mMode;
253 onModeChange(oldMode, newMode);
395 protected void onModeChange(int oldMode, int newMode) { argument

Completed in 153 milliseconds