Home
last modified time | relevance | path

Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInput.h418 struct PointerCoords { struct
419 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 136 argument
422 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; argument
473 inline void copyFrom(const PointerCoords& other) { *this = other; } in copyFrom() argument
[all …]
/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp82 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()
/frameworks/base/core/java/android/view/
DMotionEvent.java4233 public static final class PointerCoords { class in MotionEvent
4243 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords
4252 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords