Searched refs:mTotalScroll (Results 1 – 2 of 2) sorted by relevance
57 private int mTotalScroll; field in WorkspacePageIndicator93 return obj.mTotalScroll;98 obj.mTotalScroll = totalScroll;130 if (mTotalScroll == 0 || mNumPagesFloat == 0) { in onDraw()135 float progress = Utilities.boundToRange(((float) mCurrentScroll) / mTotalScroll, 0f, 1f); in onDraw()153 if (mTotalScroll == 0) { in setScroll()154 mTotalScroll = totalScroll; in setScroll()155 } else if (mTotalScroll != totalScroll) { in setScroll()
118 private int mTotalScroll; field in PageIndicatorDots187 mTotalScroll = totalScroll; in setScroll()406 if (mShouldAutoHide && mTotalScroll == 0) {