Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt907 val deltaH = finalLongPressProperties?.height?.minus(startingHeight)?.toInt() ?: 0 in <lambda>() constant
940 val deltaH = (newHeight - startingHeight) / 2 in <lambda>() constant