Searched refs:oldMode (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java100 int oldMode = mMode;
103 modeToString(oldMode), modeToString(mode), animate));
104 onTransition(oldMode, mMode, animate);
107 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
108 applyModeBackground(oldMode, newMode, animate);
111 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
112 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
113 modeToString(oldMode), modeToString(newMode), animate));
114 mBarBackground.applyModeBackground(oldMode, newMode, animate);
210 public void applyModeBackground(int oldMode, in argument
[all...]
H A DPhoneStatusBarTransitions.java76 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
77 super.onTransition(oldMode, newMode, animate);
H A DNavigationBarTransitions.java92 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
93 super.onTransition(oldMode, newMode, animate);
H A DStatusBar.java3337 final int oldMode = barMode(oldVis, transientFlag, translucentFlag, transparentFlag);
3339 if (oldMode == newMode) {
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java254 int oldMode = mMode;
256 onModeChange(oldMode, newMode);
398 protected void onModeChange(int oldMode, int newMode) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java484 final int oldMode = mNavigationMode;
485 if (mode != oldMode) {
486 switch (oldMode) {
H A DActionBarView.java702 final int oldMode = mNavigationMode;
703 if (mode != oldMode) {
704 switch (oldMode) {
/frameworks/base/libs/hwui/
H A DClipArea.cpp323 ClipMode oldMode = mMode; local
325 if (oldMode != ClipMode::Region) {
326 if (oldMode == ClipMode::Rectangle) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbarWidgetWrapper.java462 final int oldMode = mNavigationMode;
463 if (mode != oldMode) {
464 switch (oldMode) {
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1316 final int oldMode = mDecorToolbar.getNavigationMode();
1317 switch (oldMode) {
1324 if (oldMode != mode && !mHasEmbeddedTabs) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java1330 final int oldMode = mDecorToolbar.getNavigationMode();
1331 switch (oldMode) {
1338 if (oldMode != mode && !mHasEmbeddedTabs) {
/frameworks/base/core/java/android/view/
H A DView.java11007 final int oldMode = getImportantForAccessibility();
11008 if (mode != oldMode) {
11024 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO

Completed in 479 milliseconds