Home
last modified time | relevance | path

Searched refs:LONG_PRESS_EFFECT_HEIGHT_SCALE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt95 @VisibleForTesting internal const val LONG_PRESS_EFFECT_HEIGHT_SCALE = 1.2f in <lambda>() constant
359 finalLongPressProperties?.height = LONG_PRESS_EFFECT_HEIGHT_SCALE * height in <lambda>()
1036 height = LONG_PRESS_EFFECT_HEIGHT_SCALE * startingHeight, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt478 val deltaHeight = (QSTileViewImpl.LONG_PRESS_EFFECT_HEIGHT_SCALE - 1f) * startingHeight in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()