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 94 int mCurrentWindowStart = 0;
102 * The same as {@link #mCurrentWindowStart}, except when the we have bounded
103 * {@link #mCurrentWindowStart} to be non-negative
255 mCurrentWindowStart = 0;
416 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) {
519 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd &&
567 mCurrentWindowStart = newWindowStart;
571 int adapterStart = modulo(mCurrentWindowStart, adapterCount);
    [all...]
StackView.java 429 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) {
    [all...]

Completed in 61 milliseconds