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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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...]
H A DPhoneStatusBarTransitions.java76 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
77 super.onTransition(oldMode, newMode, animate);
H A DNavigationBarTransitions.java75 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
76 super.onTransition(oldMode, newMode, animate);
H A DPhoneStatusBar.java2649 final int oldMode = barMode(oldVis, transientFlag, translucentFlag);
2651 if (oldMode == newMode) {
/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/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java483 final int oldMode = mNavigationMode;
484 if (mode != oldMode) {
485 switch (oldMode) {
H A DActionBarView.java707 final int oldMode = mNavigationMode;
708 if (mode != oldMode) {
710 switch (oldMode) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DToolbarWidgetWrapper.java510 final int oldMode = mNavigationMode;
511 if (mode != oldMode) {
512 switch (oldMode) {
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1280 final int oldMode = mDecorToolbar.getNavigationMode();
1281 switch (oldMode) {
1288 if (oldMode != mode && !mHasEmbeddedTabs) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java1281 final int oldMode = mDecorToolbar.getNavigationMode();
1282 switch (oldMode) {
1289 if (oldMode != mode && !mHasEmbeddedTabs) {
/frameworks/base/core/java/android/view/
H A DView.java7814 final int oldMode = getImportantForAccessibility();
7815 if (mode != oldMode) {
7819 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO

Completed in 377 milliseconds