Home | History | Annotate | Download | only in view

Lines Matching defs:touchMinor

628      * Axis constant: TouchMinor axis of a motion event.
645 * @see MotionEvent.PointerCoords#touchMinor
3554 public float touchMinor;
3605 touchMinor = 0;
3635 touchMinor = other.touchMinor;
3663 return touchMinor;
3712 touchMinor = value;