Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java83 private int mActivePage; field in PageIndicatorDots
167 mFinalPosition = mActivePage; in stopAllAnimations()
219 if (mActivePage != activePage) { in setActiveMarker()
220 mActivePage = activePage; in setActiveMarker()
256 mCirclePaint.setColor(i == mActivePage ? mActiveColor : mInActiveColor); in onDraw()