Searched defs:newVal (Results 1 – 8 of 8) sorted by relevance
104 int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
524 final int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
2171 final int newVal = (oldVal&~mask) | (vis&mask); in setSystemUiVisibility() local2244 protected @TransitionMode int computeStatusBarMode(int oldVal, int newVal) { in computeStatusBarMode()
121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
1225 int32_t oldVal, newVal; in supportsSeamlessAudioFormatChange() local
1398 int newVal = mResettingSystemUiFlags in onInputEvent() local3507 int newVal = mResettingSystemUiFlags | View.SYSTEM_UI_CLEARABLE_FLAGS; in clearClearableFlagsLw() local
458 int newVal = (oldVal & ~mask) | (vis & mask); in setSystemUiVisibility() local
535 void onValueChange(NumberPicker picker, int oldVal, int newVal); in onValueChange()