Home
last modified time | relevance | path

Searched refs: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
910 paddingForLaunch.top = -deltaH / 2 in <lambda>()
912 paddingForLaunch.bottom = deltaH / 2 in <lambda>()
940 val deltaH = (newHeight - startingHeight) / 2 in <lambda>() constant
945 top = -deltaH, in <lambda>()
947 bottom = newHeight - deltaH, in <lambda>()