Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java99 private float[] mEntryAnimationRadiusFactors; field in PageIndicatorDots
175 mEntryAnimationRadiusFactors = new float[mNumPages]; in prepareEntryAnimation()
180 int count = mEntryAnimationRadiusFactors.length; in playEntryAnimation()
182 mEntryAnimationRadiusFactors = null; in playEntryAnimation()
195 mEntryAnimationRadiusFactors[index] = (Float) animation.getAnimatedValue(); in playEntryAnimation()
208 mEntryAnimationRadiusFactors = null; in playEntryAnimation()
248 if (mEntryAnimationRadiusFactors != null) { in onDraw()
254 for (int i = 0; i < mEntryAnimationRadiusFactors.length; i++) { in onDraw()
256 canvas.drawCircle(x, y, mDotRadius * mEntryAnimationRadiusFactors[i], mCirclePaint); in onDraw()
306 if (mEntryAnimationRadiusFactors == null) { in getOutline()