Home | History | Annotate | Download | only in launcher3

Lines Matching refs:ev

153     public boolean onInterceptTouchEvent(MotionEvent ev) {
156 if (ev.getAction() == MotionEvent.ACTION_DOWN) {
168 if (mStylusEventHelper.onMotionEvent(ev)) {
173 switch (ev.getAction()) {
192 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {
202 public boolean onTouchEvent(MotionEvent ev) {
205 switch (ev.getAction()) {
211 if (!Utilities.pointInView(this, ev.getX(), ev.getY(), mSlop)) {