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.java99 int oldMode = mMode;
102 modeToString(oldMode), modeToString(mode), animate));
103 onTransition(oldMode, mMode, animate);
106 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
108 applyModeBackground(oldMode, newMode, animate);
112 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
113 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
114 modeToString(oldMode), modeToString(newMode), animate));
115 mBarBackground.applyModeBackground(oldMode, newMode, animate);
211 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.cpp323 ClipMode oldMode = mMode; local
325 if (oldMode != ClipMode::Region) {
326 if (oldMode == ClipMode::Rectangle) {

Completed in 135 milliseconds