Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterViewAnimator.java487 int newWindowStart = Math.max(0, newWindowStartUnbounded); in showOnly() local
491 newWindowStart = newWindowStartUnbounded; in showOnly()
494 int rangeStart = modulo(newWindowStart, getWindowSize()); in showOnly()
524 if (!(newWindowStart == mCurrentWindowStart && newWindowEnd == mCurrentWindowEnd && in showOnly()
527 for (int i = newWindowStart; i <= newWindowEnd; i++) { in showOnly()
572 mCurrentWindowStart = newWindowStart; in showOnly()