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

/frameworks/native/include/input/
H A DInput.h200 struct PointerCoords { struct in namespace:android
201 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
237 bool operator==(const PointerCoords& other) const;
238 inline bool operator!=(const PointerCoords& other) const {
242 void copyFrom(const PointerCoords& other);
416 const PointerCoords* getRawPointerCoords(size_t pointerIndex) const;
472 const PointerCoords* getHistoricalRawPointerCoords(
554 const PointerCoords* pointerCoords);
560 const PointerCoords* pointerCoords);
585 inline const PointerCoords* getSamplePointerCoord
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java487 * @see MotionEvent.PointerCoords#x
512 * @see MotionEvent.PointerCoords#y
534 * @see MotionEvent.PointerCoords#pressure
554 * @see MotionEvent.PointerCoords#size
575 * @see MotionEvent.PointerCoords#touchMajor
598 * @see MotionEvent.PointerCoords#touchMinor
623 * @see MotionEvent.PointerCoords#toolMajor
648 * @see MotionEvent.PointerCoords#toolMinor
675 * @see MotionEvent.PointerCoords#orientation
693 * @see MotionEvent.PointerCoords#getAxisValu
3307 public static final class PointerCoords { class in class:MotionEvent
3315 public PointerCoords() { method in class:MotionEvent.PointerCoords
3324 public PointerCoords(PointerCoords other) { method in class:MotionEvent.PointerCoords
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp116 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { argument
1460 static void assertPointerCoords(const PointerCoords& coords,

Completed in 261 milliseconds