Searched refs:mCurrentWindowEnd (Results 1 – 3 of 3) sorted by relevance
97 int mCurrentWindowEnd = -1; field in AdapterViewAnimator257 mCurrentWindowEnd = -1; in configureViewAnimator()416 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) { in refreshChildren()524 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd && in showOnly()573 mCurrentWindowEnd = newWindowEnd; in showOnly()577 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount); in showOnly()
431 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) { in showOnly()
66264 Landroid/widget/AdapterViewAnimator;->mCurrentWindowEnd:I