Home | History | Annotate | Download | only in view

Lines Matching refs:touchMajor

516      * Axis constant: TouchMajor axis of a motion event.
531 * @see MotionEvent.PointerCoords#touchMajor
3244 public float touchMajor;
3304 touchMajor = 0;
3334 touchMajor = other.touchMajor;
3361 return touchMajor;
3409 touchMajor = value;