Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h500 struct PointerCoords { struct
501 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 136 argument
504 uint64_t bits __attribute__((aligned(8)));
508 std::array<float, MAX_AXES> values;
511 bool isResampled;
514 uint8_t empty[7];
516 inline void clear() { in clear()
521 bool isEmpty() const { in isEmpty()
546 bool operator==(const PointerCoords& other) const; argument
551 inline void copyFrom(const PointerCoords& other) { *this = other; } in copyFrom() argument
[all …]
/frameworks/base/libs/input/
DPointerController.h153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots()
214 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots()
/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp178 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp843 {"nativeInitialize", in nativeInitialize()
860 {"nativeGetPointerCoords", "(JIILandroid/view/MotionEvent$PointerCoords;)V", in nativeGetPointerCoords()
/frameworks/base/core/java/android/view/
DMotionEvent.java4302 public static final class PointerCoords { class in MotionEvent
4312 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords
4321 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords