Searched defs:newVal (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
D | Diffable.kt | 76 return this.pairwiseBy(getInitialValue) { prevVal: T, newVal: T -> in logDiffsForTable() method 96 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Boolean -> in logDiffsForTable() method 115 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int -> in logDiffsForTable() method 134 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int? -> in logDiffsForTable() method 153 return this.pairwiseBy(initialValueFun) { prevVal, newVal: String? -> in logDiffsForTable() method 172 return this.pairwiseBy(initialValueFun) { prevVal, newVal: List<T> -> in logDiffsForTable() method
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 120 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Flow.kt | 45 collect { newVal -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionsRepositoryImpl.kt | 318 .mapNotNull { (prevVal: Int?, newVal: Int?) -> in <lambda>() method
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoder.cpp | 1254 int32_t oldVal, newVal; in supportsSeamlessAudioFormatChange() local
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 535 void onValueChange(NumberPicker picker, int oldVal, int newVal); in onValueChange()
|