Home
last modified time | relevance | path

Searched refs:initialValueFun (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/
DDiffable.kt94 val initialValueFun = { in logDiffsForTable() constant
98 return this.pairwiseBy(initialValueFun) { prevVal: Boolean, newVal: Boolean -> in logDiffsForTable()
113 val initialValueFun = { in logDiffsForTable() constant
117 return this.pairwiseBy(initialValueFun) { prevVal: Int, newVal: Int -> in logDiffsForTable()
132 val initialValueFun = { in logDiffsForTable() constant
136 return this.pairwiseBy(initialValueFun) { prevVal: Int?, newVal: Int? -> in logDiffsForTable()
151 val initialValueFun = { in logDiffsForTable() constant
155 return this.pairwiseBy(initialValueFun) { prevVal: String?, newVal: String? -> in logDiffsForTable()
170 val initialValueFun = { in logDiffsForTable() constant
179 return this.pairwiseBy(initialValueFun) { prevVal: List<T>, newVal: List<T> -> in logDiffsForTable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/shared/model/
DGammaBrightness.kt40 val initialValueFun = { in <lambda>() constant
44 return this.pairwiseBy(initialValueFun) { prevVal: GammaBrightness?, newVal: GammaBrightness -> in <lambda>()
DLinearBrightness.kt49 val initialValueFun = { in logDiffForTable() constant
58 return this.pairwiseBy(initialValueFun) { prevVal: LinearBrightness?, newVal: LinearBrightness in logDiffForTable()