Searched refs:ACTION_OUTSIDE (Results 1 – 19 of 19) sorted by relevance
17 import static android.view.MotionEvent.ACTION_OUTSIDE;52 if (event.getAction() == ACTION_OUTSIDE) { in dispatchTouchEvent()
196 && event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar. in checkUserAutoHide()
130 if (action == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
333 || action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_OUTSIDE; in onTouchEvent()394 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
250 public static final int ACTION_OUTSIDE = 4; field in MotionEvent3512 case ACTION_OUTSIDE: in actionToString()
1305 || event.getAction() == MotionEvent.ACTION_OUTSIDE; in shouldCloseOnTouch()
771 final MotionEvent event = MotionEvent.obtain(now, now, MotionEvent.ACTION_OUTSIDE, in notifyOutsideTouchUiThread()
92 if (action == MotionEvent.ACTION_OUTSIDE || mTouchedView == null) { in onTouch()
143 if (motionEvent.getAction() == MotionEvent.ACTION_OUTSIDE) { in update()
279 case MotionEvent.ACTION_OUTSIDE: in dispatchTouchEvent()
566 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
515 if (event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar in checkRemoteInputOutside()
602 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
499 case MotionEvent.ACTION_OUTSIDE: in logCoords()
2565 } else if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
1364 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
32978 field public static final int ACTION_OUTSIDE = 4; // 0x4
51014 field public static final int ACTION_OUTSIDE = 4; // 0x4
51158 field public static final int ACTION_OUTSIDE = 4; // 0x4