Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance
358 struct PointerCoords { struct359 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument362 uint64_t bits __attribute__((aligned(8)));366 float values[MAX_AXES];368 inline void clear() { in clear()372 bool isEmpty() const { in isEmpty()401 bool operator==(const PointerCoords& other) const; argument
3993 public static final class PointerCoords { class in MotionEvent4003 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords4012 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
237 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()