Searched defs:PointerCoords (Results 1 – 2 of 2) sorted by relevance
188 struct PointerCoords { struct189 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument192 uint64_t bits __attribute__((aligned(8)));196 float values[MAX_AXES];198 inline void clear() { in clear()225 bool operator==(const PointerCoords& other) const; argument
3186 public static final class PointerCoords { class in MotionEvent3194 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords3203 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords