Home | History | Annotate | Download | only in view

Lines Matching refs:touchMinor

537      * Axis constant: TouchMinor axis of a motion event.
554 * @see MotionEvent.PointerCoords#touchMinor
3254 public float touchMinor;
3305 touchMinor = 0;
3335 touchMinor = other.touchMinor;
3363 return touchMinor;
3412 touchMinor = value;