Home
last modified time | relevance | path

Searched refs:mCurrentWindowStart (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java92 int mCurrentWindowStart = 0; field in AdapterViewAnimator
256 mCurrentWindowStart = 0; in configureViewAnimator()
416 for (int i = mCurrentWindowStart; i <= mCurrentWindowEnd; i++) { in refreshChildren()
519 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd && in showOnly()
567 mCurrentWindowStart = newWindowStart; in showOnly()
571 int adapterStart = modulo(mCurrentWindowStart, adapterCount); in showOnly()
H A DStackView.java431 for (int i = mCurrentWindowEnd; i >= mCurrentWindowStart; i--) { in showOnly()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69588 Landroid/widget/AdapterViewAnimator;->mCurrentWindowStart:I