Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java104 int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
DNavigationBarFragment.java524 final int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
DStatusBar.java2171 final int newVal = (oldVal&~mask) | (vis&mask); in setSystemUiVisibility() local
2244 protected @TransitionMode int computeStatusBarMode(int oldVal, int newVal) { in computeStatusBarMode()
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp1225 int32_t oldVal, newVal; in supportsSeamlessAudioFormatChange() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1398 int newVal = mResettingSystemUiFlags in onInputEvent() local
3507 int newVal = mResettingSystemUiFlags | View.SYSTEM_UI_CLEARABLE_FLAGS; in clearClearableFlagsLw() local
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java458 int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
/frameworks/base/core/java/android/widget/
DNumberPicker.java535 void onValueChange(NumberPicker picker, int oldVal, int newVal); in onValueChange()