Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DDiffable.kt78 return this.pairwiseBy(getInitialValue) { prevVal: T, newVal: T -> in logDiffsForTable() method
98 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Boolean -> in logDiffsForTable() method
117 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int -> in logDiffsForTable() method
136 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int? -> in logDiffsForTable() method
155 return this.pairwiseBy(initialValueFun) { prevVal, newVal: String? -> in logDiffsForTable() method
179 return this.pairwiseBy(initialValueFun) { prevVal, newVal: List<T> -> in logDiffsForTable() method
/frameworks/libs/net/common/framework/com/android/net/module/util/
DBitUtils.java121 public static String describeDifferences(final long oldVal, final long newVal, in describeDifferences()
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java120 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DFlow.kt45 collect { newVal -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt308 .mapNotNull { (prevVal: Int?, newVal: Int?) -> in <lambda>() method
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp1254 int32_t oldVal, newVal; in supportsSeamlessAudioFormatChange() local
/frameworks/base/core/java/android/widget/
DNumberPicker.java535 void onValueChange(NumberPicker picker, int oldVal, int newVal); in onValueChange()