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

/frameworks/native/include/input/
H A DInput.h206 struct PointerCoords { struct in namespace:android
207 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
243 bool operator==(const PointerCoords& other) const;
244 inline bool operator!=(const PointerCoords& other) const {
248 void copyFrom(const PointerCoords& other);
422 const PointerCoords* getRawPointerCoords(size_t pointerIndex) const;
478 const PointerCoords* getHistoricalRawPointerCoords(
560 const PointerCoords* pointerCoords);
566 const PointerCoords* pointerCoords);
591 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
1464 static void assertPointerCoords(const PointerCoords& coords,

Completed in 118 milliseconds