Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DDiffable.kt83 return this.pairwiseBy(getInitialValue) { prevVal: T, newVal: T -> in logDiffsForTable() method
103 return this.pairwiseBy(initialValueFun) { prevVal: Boolean, newVal: Boolean -> in logDiffsForTable() method
122 return this.pairwiseBy(initialValueFun) { prevVal: Int, newVal: Int -> in logDiffsForTable() method
141 return this.pairwiseBy(initialValueFun) { prevVal: Int?, newVal: Int? -> in logDiffsForTable() method
160 return this.pairwiseBy(initialValueFun) { prevVal: String?, newVal: String? -> in logDiffsForTable() method
184 return this.pairwiseBy(initialValueFun) { prevVal: List<T>, newVal: List<T> -> in logDiffsForTable() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DSceneBackInteractor.kt67 val prevVal = backStack.value in <lambda>() constant
86 val prevVal = backStack.value in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModelTest.kt146 val prevVal = in <lambda>() constant
226 val prevVal = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/shared/model/
DGammaBrightness.kt44 return this.pairwiseBy(initialValueFun) { prevVal: GammaBrightness?, newVal: GammaBrightness -> in <lambda>() method
DLinearBrightness.kt58 return this.pairwiseBy(initialValueFun) { prevVal: LinearBrightness?, newVal: LinearBrightness in logDiffForTable() method
/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp49 void testPair(TestUInt prevVal, std::make_signed_t<TestUInt> delta) { in testPair()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimatorTestUtils.kt335 var prevVal = startValue in <lambda>() variable
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java158 final int prevVal = mDevicesConnectionStatus; in notifyDevicesConnectionStatusChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryKairosImpl.kt437 .mapNotNull { (prevVal, newVal) -> in <lambda>() method
440 .mapAsyncLatest { (prevVal, newVal) -> in <lambda>() method
DMobileConnectionsRepositoryImpl.kt410 .mapNotNull { (prevVal: Int?, newVal: Int?) -> in <lambda>() method