Searched refs:oldMode (Results 1 - 13 of 13) 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.java74 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
75 super.onTransition(oldMode, newMode, animate);
H A DNavigationBarTransitions.java108 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
109 super.onTransition(oldMode, newMode, animate);
H A DStatusBar.java2574 final int oldMode = barMode(oldVis, transientFlag, translucentFlag, transparentFlag);
2576 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/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java61 final int oldMode = Settings.Secure.getIntForUser(context.getContentResolver(),
66 intent.putExtra(CURRENT_MODE_KEY, oldMode);
76 public static boolean updateLocationMode(Context context, int oldMode, int newMode, int userId, argument
82 intent.putExtra(CURRENT_MODE_KEY, oldMode);
/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.cpp307 ClipMode oldMode = mMode; local
309 if (oldMode != ClipMode::Region) {
310 if (oldMode == ClipMode::Rectangle) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbarWidgetWrapper.java463 final int oldMode = mNavigationMode;
464 if (mode != oldMode) {
465 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/main/java/androidx/appcompat/app/
H A DWindowDecorActionBar.java1331 final int oldMode = mDecorToolbar.getNavigationMode();
1332 switch (oldMode) {
1339 if (oldMode != mode && !mHasEmbeddedTabs) {
/frameworks/base/core/java/android/view/
H A DView.java11692 final int oldMode = getImportantForAccessibility();
11693 if (mode != oldMode) {
11709 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO
[all...]

Completed in 1152 milliseconds