Home | History | Annotate | Download | only in view

Lines Matching refs:actionMasked

1805             final int actionMasked = action & MotionEvent.ACTION_MASK;
1808 if (actionMasked == MotionEvent.ACTION_DOWN) {
1818 if (actionMasked == MotionEvent.ACTION_DOWN
1835 || actionMasked == MotionEvent.ACTION_CANCEL;
1842 if (actionMasked == MotionEvent.ACTION_DOWN
1843 || (split && actionMasked == MotionEvent.ACTION_POINTER_DOWN)
1844 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) {
1941 || actionMasked == MotionEvent.ACTION_UP
1942 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) {
1944 } else if (split && actionMasked == MotionEvent.ACTION_POINTER_UP) {