Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt94 @VisibleForTesting internal const val LONG_PRESS_EFFECT_WIDTH_SCALE = 1.1f in <lambda>() constant
352 finalLongPressProperties?.width = LONG_PRESS_EFFECT_WIDTH_SCALE * width in <lambda>()
1037 width = LONG_PRESS_EFFECT_WIDTH_SCALE * startingWidth, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt477 val deltaWidth = (QSTileViewImpl.LONG_PRESS_EFFECT_WIDTH_SCALE - 1f) * startingWidth in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()