Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java119 int oldMode = mMode; in transitionTo() local
122 modeToString(oldMode), modeToString(mode), animate)); in transitionTo()
123 onTransition(oldMode, mMode, animate); in transitionTo()
126 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
127 applyModeBackground(oldMode, newMode, animate); in onTransition()
130 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
132 modeToString(oldMode), modeToString(newMode), animate)); in applyModeBackground()
133 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
233 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
DPhoneStatusBarTransitions.java74 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
75 super.onTransition(oldMode, newMode, animate); in onTransition()
DNavigationBarTransitions.java148 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
149 super.onTransition(oldMode, newMode, animate); in onTransition()
DNavigationBarFragment.java548 final int oldMode = barMode(oldVis); in computeBarMode() local
550 if (oldMode == newMode) { in computeBarMode()
DStatusBar.java2166 final int oldMode = barMode(oldVis); in computeBarMode() local
2168 if (oldMode == newMode) { in computeBarMode()
/frameworks/base/core/java/android/widget/
DDialerFilter.java254 int oldMode = mMode; in setMode() local
256 onModeChange(oldMode, newMode); in setMode()
398 protected void onModeChange(int oldMode, int newMode) { in onModeChange() argument
/frameworks/base/core/java/com/android/internal/widget/
DToolbarWidgetWrapper.java484 final int oldMode = mNavigationMode; in setNavigationMode() local
485 if (mode != oldMode) { in setNavigationMode()
486 switch (oldMode) { in setNavigationMode()
DActionBarView.java702 final int oldMode = mNavigationMode; in setNavigationMode() local
703 if (mode != oldMode) { in setNavigationMode()
704 switch (oldMode) { in setNavigationMode()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java66 final int oldMode = locationManager.isLocationEnabled() in updateLocationEnabled() local
72 intent.putExtra(CURRENT_MODE_KEY, oldMode); in updateLocationEnabled()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java1321 final int oldMode = mDecorToolbar.getNavigationMode(); in setNavigationMode() local
1322 switch (oldMode) { in setNavigationMode()
1329 if (oldMode != mode && !mHasEmbeddedTabs) { in setNavigationMode()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2232 void updateAbsVolumeMultiModeDevices(int oldMode, int newMode) { in updateAbsVolumeMultiModeDevices() argument
2233 if (oldMode == newMode) { in updateAbsVolumeMultiModeDevices()
3287 final int oldMode = mMode; in setModeInt() local
3361 updateAbsVolumeMultiModeDevices(oldMode, actualMode); in setModeInt()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...