OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueForBit
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeBitSet64.java
28
static long
valueForBit
(int n) {
55
return (value &
valueForBit
(n)) != 0;
60
value |=
valueForBit
(n);
65
value &= ~
valueForBit
(n);
ShadowMotionEvent.java
189
outBits |= NativeBitSet64.
valueForBit
(axis);
[
all
...]
Completed in 511 milliseconds