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.kt365 val deltaH = (LONG_PRESS_EFFECT_HEIGHT_SCALE - 1f) * height in <lambda>() constant
925 val deltaH = finalLongPressProperties?.height?.minus(startingHeight)?.toInt() ?: 0 in <lambda>() constant
963 val deltaH = (newHeight - startingHeight) / 2 in <lambda>() constant