OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idBit
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java
408
final int
idBit
= 1 << id;
409
if ((mTouchEventStreamPointers &
idBit
) != 0) {
414
mTouchEventStreamPointers |=
idBit
;
425
final int
idBit
= 1 << id;
426
if ((mTouchEventStreamPointers &
idBit
) == 0) {
431
mTouchEventStreamPointers &= ~
idBit
;
MotionEvent.java
[
all
...]
Completed in 37 milliseconds