Home
last modified time | relevance | path

Searched defs:prevVal (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DDiffable.kt76 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/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModelTest.kt58 val prevVal = in <lambda>() constant
143 val prevVal = in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DPhysicsAnimatorTestUtils.kt327 var prevVal = startValue in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryImpl.kt318 .mapNotNull { (prevVal: Int?, newVal: Int?) -> in <lambda>() method