Home
last modified time | relevance | path

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

/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() constant
491 -deltaWidth.toInt() / 2, in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()
493 deltaWidth.toInt() / 2, in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java583 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in openOverflow()
584 setWidth(mContentContainer, startWidth + deltaWidth); in openOverflow()
657 int deltaWidth = (int) (interpolatedTime * (targetWidth - startWidth)); in closeOverflow()
658 setWidth(mContentContainer, startWidth + deltaWidth); in closeOverflow()