Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance
418 struct PointerCoords { struct419 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 136 argument422 uint64_t bits __attribute__((aligned(8)));426 std::array<float, MAX_AXES> values;429 bool isResampled;432 uint8_t empty[7];434 inline void clear() { in clear()439 bool isEmpty() const { in isEmpty()468 bool operator==(const PointerCoords& other) const; argument473 inline void copyFrom(const PointerCoords& other) { *this = other; } in copyFrom() argument[all …]
82 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()
4233 public static final class PointerCoords { class in MotionEvent4243 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords4252 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords