Home
last modified time | relevance | path

Searched refs:newMode (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBarTransitions.java90 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
92 applyModeBackground(oldMode, newMode, animate); in onTransition()
96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
98 modeToString(oldMode), modeToString(newMode), animate)); in applyModeBackground()
99 mBarBackground.applyModeBackground(oldMode, newMode, animate); in applyModeBackground()
173 public void applyModeBackground(int oldMode, int newMode, boolean animate) { in applyModeBackground() argument
174 if (mMode == newMode) return; in applyModeBackground()
175 mMode = newMode; in applyModeBackground()
DPhoneStatusBarTransitions.java76 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
77 super.onTransition(oldMode, newMode, animate); in onTransition()
78 applyMode(newMode, animate); in onTransition()
DNavigationBarTransitions.java75 protected void onTransition(int oldMode, int newMode, boolean animate) { in onTransition() argument
76 super.onTransition(oldMode, newMode, animate); in onTransition()
77 applyMode(newMode, animate, false /*force*/); in onTransition()
DPhoneStatusBar.java2650 final int newMode = barMode(newVis, transientFlag, translucentFlag);
2651 if (oldMode == newMode) {
2654 return newMode;
/frameworks/base/core/java/android/widget/
DDialerFilter.java216 public void setMode(int newMode) { in setMode() argument
217 switch (newMode) { in setMode()
250 mMode = newMode; in setMode()
251 onModeChange(oldMode, newMode); in setMode()
393 protected void onModeChange(int oldMode, int newMode) { in onModeChange() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java299 public void setSearchablesMode(int newMode) { in setSearchablesMode() argument
300 switch (newMode) { in setSearchablesMode()
303 mSearchablesMode = newMode; in setSearchablesMode()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java241 final int newMode = Global.getInt(mContext.getContentResolver(), in readZenModeFromSetting() local
243 setZenMode(newMode, "setting"); in readZenModeFromSetting()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2857 public void onAction(int newMode, Object[] params) { in onAction() argument
2858 getAction(newMode).addParams(params); in onAction()
2859 mMode = newMode; in onAction()
2860 doNext(newMode); in onAction()
2863 public void onAction(int newMode, Object param) { in onAction() argument
2864 onAction(newMode, new Object[] { param }); in onAction()
2867 public void onAction(int newMode) { in onAction() argument
2868 onAction(newMode, null); in onAction()
/frameworks/base/media/java/android/media/
DMediaCodec.java867 int newMode) {
873 mode = newMode;