Searched refs:modulo (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AdapterViewAnimator.java | 352 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 D | StackView.java | 432 int index = modulo(i, getWindowSize()); in showOnly()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 10367 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 10370 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66274 Landroid/widget/AdapterViewAnimator;->modulo(II)I
|