Home | History | Annotate | Download | only in view

Lines Matching defs:actionMasked

1943             final int actionMasked = action & MotionEvent.ACTION_MASK;
1946 if (actionMasked == MotionEvent.ACTION_DOWN) {
1956 if (actionMasked == MotionEvent.ACTION_DOWN
1979 || actionMasked == MotionEvent.ACTION_CANCEL;
1995 if (actionMasked == MotionEvent.ACTION_DOWN
1996 || (split && actionMasked == MotionEvent.ACTION_POINTER_DOWN)
1997 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) {
2128 || actionMasked == MotionEvent.ACTION_UP
2129 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) {
2131 } else if (split && actionMasked == MotionEvent.ACTION_POINTER_UP) {