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.kt908 val deltaW = finalLongPressProperties?.width?.minus(startingWidth)?.toInt() ?: 0 in <lambda>() constant
941 val deltaW = (newWidth - startingWidth) / 2 in <lambda>() constant