Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance
219 struct PointerCoords { struct220 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument223 uint64_t bits __attribute__((aligned(8)));227 float values[MAX_AXES];229 inline void clear() { in clear()256 bool operator==(const PointerCoords& other) const; argument
3453 public static final class PointerCoords { class in MotionEvent3461 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords3470 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
120 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { in setSpots()