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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java50 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
51 super.onTransition(oldMode, newMode, animate);
H A DPhoneStatusBarTransitions.java76 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
77 super.onTransition(oldMode, newMode, animate);
H A DBarTransitions.java83 int oldMode = mMode;
86 modeToString(oldMode), modeToString(mode), animate));
87 onTransition(oldMode, mMode, animate);
90 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
92 applyModeBackground(oldMode, newMode, animate);
96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
97 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
98 modeToString(oldMode), modeToString(newMode), animate));
99 mBarBackground.applyModeBackground(oldMode, newMode, animate);
173 public void applyModeBackground(int oldMode, in argument
[all...]
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java249 int oldMode = mMode;
251 onModeChange(oldMode, newMode);
393 protected void onModeChange(int oldMode, int newMode) { argument
/frameworks/base/libs/hwui/
H A DClipArea.cpp331 Mode oldMode = mMode; local
333 if (oldMode != kModeRegion) {
334 if (oldMode == kModeRectangle) {

Completed in 114 milliseconds