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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java96 int mCurrentWindowEnd = -1; field in class:AdapterViewAnimator
248 mCurrentWindowEnd = -1;
408 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
507 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
556 mCurrentWindowEnd = newWindowEnd;
H A DStackView.java419 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) {

Completed in 98 milliseconds