Home | History | Annotate | Download | only in widget

Lines Matching refs:getAxisValue

393                         ps.mCoords.getAxisValue(MotionEvent.AXIS_TILT));
494 coords.getAxisValue(MotionEvent.AXIS_TILT) * 180 / Math.PI), 1)
496 .append(" Distance=").append(coords.getAxisValue(MotionEvent.AXIS_DISTANCE), 1)
497 .append(" VScroll=").append(coords.getAxisValue(MotionEvent.AXIS_VSCROLL), 1)
498 .append(" HScroll=").append(coords.getAxisValue(MotionEvent.AXIS_HSCROLL), 1)
500 .append(event.getAxisValue(MotionEvent.AXIS_GENERIC_1), 3)
501 .append(", ").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_2), 3).append(")")
502 .append(", (").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_3), 3)
503 .append(", ").append(event.getAxisValue(MotionEvent.AXIS_GENERIC_4), 3)
601 ps.mBoundingLeft = event.getAxisValue(MotionEvent.AXIS_GENERIC_1, i);
602 ps.mBoundingTop = event.getAxisValue(MotionEvent.AXIS_GENERIC_2, i);
603 ps.mBoundingRight = event.getAxisValue(MotionEvent.AXIS_GENERIC_3, i);
604 ps.mBoundingBottom = event.getAxisValue(MotionEvent.AXIS_GENERIC_4, i);