Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java64 private static final Property<PageIndicatorDots, Float> CURRENT_POSITION field in PageIndicatorDots
154 mAnimator = ObjectAnimator.ofFloat(this, CURRENT_POSITION, positionForThisAnim); in animateToPosition()
167 CURRENT_POSITION.set(this, mFinalPosition); in stopAllAnimations()