Searched defs:PointerCoords (Results 1 – 2 of 2) sorted by relevance
193 struct PointerCoords { struct194 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument197 uint64_t bits __attribute__((aligned(8)));201 float values[MAX_AXES];203 inline void clear() { in clear()230 bool operator==(const PointerCoords& other) const; argument
3223 public static final class PointerCoords { class in MotionEvent3231 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords3240 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords