Home | History | Annotate | Download | only in android

Lines Matching refs:axis

347  * Constants that identify each individual axis of a motion event.
348 * Refer to the documentation on the MotionEvent class for descriptions of each axis.
394 // NOTE: If you add a new axis here you must also add it to several other files.
653 /* Get the current length of the major axis of an ellipse that describes the touch area
657 /* Get the current length of the minor axis of an ellipse that describes the touch area
661 /* Get the current length of the major axis of an ellipse that describes the size
667 /* Get the current length of the minor axis of an ellipse that describes the size
675 * An angle of 0 degrees indicates that the major axis of contact is oriented
677 * indicates that the major axis of contact is oriented to the right. A negative angle
678 * indicates that the major axis of contact is oriented to the left.
683 /* Get the value of the request axis for the given pointer index. */
685 int32_t axis, size_t pointer_index) __NDK_FPABI__;
750 /* Get the historical length of the major axis of an ellipse that describes the touch area
756 /* Get the historical length of the minor axis of an ellipse that describes the touch area
762 /* Get the historical length of the major axis of an ellipse that describes the size
770 /* Get the historical length of the minor axis of an ellipse that describes the size
781 * An angle of 0 degrees indicates that the major axis of contact is oriented
783 * indicates that the major axis of contact is oriented to the right. A negative angle
784 * indicates that the major axis of contact is oriented to the left.
790 /* Get the historical value of the request axis for the given pointer index
793 int32_t axis, size_t pointer_index, size_t history_index) __NDK_FPABI__;