Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioAnimationManager.java128 ValueAnimator widthAnimator = ValueAnimator.ofInt(mRadioCard.getWidth(), mScreenWidth); in playExitAnimation() local
285 ValueAnimator widthAnimator = ValueAnimator.ofInt(mScreenWidth, in startEnterAnimation() local
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DTemperatureBarOverlay.java194 ValueAnimator widthAnimator = ValueAnimator.ofInt(mCollapsedWidth, mExpandedWidth) in getExpandAnimatons() local
235 ValueAnimator widthAnimator = ValueAnimator.ofInt(mExpandedWidth, mCollapsedWidth) in getCollapseAnimations() local