Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java201 long bitMask = 1; in notifyCallbacksLocked() local
203 if ((bits & bitMask) == 0) { in notifyCallbacksLocked()
206 bitMask <<= 1; in notifyCallbacksLocked()
231 final long bitMask = 1L << index; in isRemovedLocked() local
232 return (mFirst64Removed & bitMask) != 0; in isRemovedLocked()
245 return (bits & bitMask) != 0; in isRemovedLocked()
261 long bitMask = 1L << (Long.SIZE - 1); in removeRemovedCallbacks() local
263 if ((removed & bitMask) != 0) { in removeRemovedCallbacks()
266 bitMask >>>= 1; in removeRemovedCallbacks()
288 final long bitMask = 1L << index; in setRemovalBitLocked() local
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/
H A DDisableFlagsLogger.kt154 private val bitMask: Int,
166 if (0 != state and this.bitMask) this.flagIsSetSymbol