Home
last modified time | relevance | path

Searched defs:remainderIndex (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java144 final int remainderIndex = mRemainderRemoved == null ? -1 : mRemainderRemoved.length - 1; in notifyRecurseLocked() local
170 private void notifyRemainderLocked(T sender, int arg, A arg2, int remainderIndex) { in notifyRemainderLocked()
291 final int remainderIndex = (index / Long.SIZE) - 1; in setRemovalBitLocked() local