Home | History | Annotate | Download | only in widget

Lines Matching defs:ev

1644      * @param ev The originating MotionEvent, or null if not from a touch event.
1648 boolean scrollByInternal(int x, int y, MotionEvent ev) {
1678 if (ev != null) {
1679 ev.offsetLocation(mScrollOffset[0], mScrollOffset[1]);
1684 if (ev != null) {
1685 pullGlows(ev.getX(), unconsumedX, ev.getY(), unconsumedY);