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
251 mCurrentWindowEnd = -1;
411 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
514 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
563 mCurrentWindowEnd = newWindowEnd;
567 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount);

Completed in 30 milliseconds