Searched refs:mCurrentWindowStart (Results 1 – 3 of 3) sorted by relevance
92 int mCurrentWindowStart = 0; field in AdapterViewAnimator256 mCurrentWindowStart = 0; in configureViewAnimator()416 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) { in refreshChildren()524 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd && in showOnly()572 mCurrentWindowStart = newWindowStart; in showOnly()576 int adapterStart = modulo(mCurrentWindowStart, adapterCount); in showOnly()
431 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) { in showOnly()
65622 Landroid/widget/AdapterViewAnimator;->mCurrentWindowStart:I