Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java483 int newWindowEnd = Math.min(adapterCount - 1, newWindowEndUnbounded); in showOnly() local
487 newWindowEnd = newWindowEndUnbounded; in showOnly()
490 int rangeEnd = modulo(newWindowEnd, getWindowSize()); in showOnly()
519 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd && in showOnly()
522 for (int i = newWindowStart; i <= newWindowEnd; i++) { in showOnly()
568 mCurrentWindowEnd = newWindowEnd; in showOnly()