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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java97 int mCurrentWindowEnd = -1; field in class:AdapterViewAnimator
254 mCurrentWindowEnd = -1;
413 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
516 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
565 mCurrentWindowEnd = newWindowEnd;
569 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount);
H A DStackView.java427 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) {

Completed in 30 milliseconds