HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentWindowEnd (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 97 int mCurrentWindowEnd = -1;
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);
    [all...]
StackView.java 427 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) {
    [all...]

Completed in 823 milliseconds