Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java352 int modulo(int pos, int size) { in modulo() method in AdapterViewAnimator
368 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize()); in getViewAtRelativeIndex()
417 int index = modulo(i, getWindowSize()); in refreshChildren()
422 updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this); in refreshChildren()
494 int rangeStart = modulo(newWindowStart, getWindowSize()); in showOnly()
495 int rangeEnd = modulo(newWindowEnd, getWindowSize()); in showOnly()
529 int index = modulo(i, getWindowSize()); in showOnly()
552 final int adapterPosition = modulo(i, adapterCount); in showOnly()
576 int adapterStart = modulo(mCurrentWindowStart, adapterCount); in showOnly()
577 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount); in showOnly()
H A DStackView.java432 int index = modulo(i, getWindowSize()); in showOnly()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt10367 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt10370 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66274 Landroid/widget/AdapterViewAnimator;->modulo(II)I