Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt354 val deltaW = (LONG_PRESS_EFFECT_WIDTH_SCALE - 1f) * width in <lambda>() constant
926 val deltaW = finalLongPressProperties?.width?.minus(startingWidth)?.toInt() ?: 0 in <lambda>() constant
964 val deltaW = (newWidth - startingWidth) / 2 in <lambda>() constant