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

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 92 int mCurrentWindowStart = 0;
100 * The same as {@link #mCurrentWindowStart}, except when the we have bounded
101 * {@link #mCurrentWindowStart} to be non-negative
253 mCurrentWindowStart = 0;
413 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
516 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
564 mCurrentWindowStart = newWindowStart;
568 int adapterStart = modulo(mCurrentWindowStart, adapterCount);
    [all...]
StackView.java 427 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) {
    [all...]

Completed in 352 milliseconds