Home
last modified time | relevance | path

Searched refs:NativeBitSet64 (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeBitSet64.java11 public class NativeBitSet64 { class
15 NativeBitSet64(long value) { in NativeBitSet64() method in NativeBitSet64
19 NativeBitSet64(NativeBitSet64 other) { in NativeBitSet64() method in NativeBitSet64
23 NativeBitSet64() { in NativeBitSet64() method in NativeBitSet64
DShadowMotionEvent.java124 NativeBitSet64 bits = new NativeBitSet64(packedAxisBits); in pointerCoordsToNative()
171 NativeBitSet64 bits = new NativeBitSet64(rawPointerCoords.getBits()); in pointerCoordsFromNative()
188 outBits |= NativeBitSet64.valueForBit(axis); in pointerCoordsFromNative()
DNativeInput.java85 private NativeBitSet64 bits = new NativeBitSet64();
87 NativeBitSet64 getBits() { in getBits()
189 bits = new NativeBitSet64(other.bits); in copyFrom()