Searched defs:mCurrentWindowEnd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java99 int mCurrentWindowEnd = -1; field in class:AdapterViewAnimator
256 mCurrentWindowEnd = -1;
416 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
519 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
568 mCurrentWindowEnd = newWindowEnd;
572 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount);

Completed in 338 milliseconds