Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance
252 struct PointerCoords { struct253 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument256 uint64_t bits __attribute__((aligned(8)));260 float values[MAX_AXES];262 inline void clear() { in clear()266 bool isEmpty() const { in isEmpty()294 bool operator==(const PointerCoords& other) const; argument
3704 public static final class PointerCoords { class in MotionEvent3714 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords3723 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
145 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()