Searched refs:ACTION_MASK (Results 1 – 21 of 21) sorted by relevance
124 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent()
587 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()606 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
259 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
218 public static final int ACTION_MASK = 0xff; field in MotionEvent2436 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked()3612 final int actionMasked = action & ACTION_MASK; in setAction()3995 switch (action & ACTION_MASK) { in actionToString()
326 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
2636 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent()
7959 if (handled && shouldTouchBoost(action & MotionEvent.ACTION_MASK, in processPointerEvent()
508 switch (action & MotionEvent.ACTION_MASK) { in logCoords()592 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()682 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
1813 final int action = ev.getAction() & MotionEvent.ACTION_MASK;1981 switch (action & MotionEvent.ACTION_MASK) {
329 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
592 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()698 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
624 switch(action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()732 switch (action & MotionEvent.ACTION_MASK) {
664 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
281 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent()322 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onTouchEvent()
323 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
527 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
1472 int action = event.getAction() & MotionEvent.ACTION_MASK; in onRecentsTouch()
3872 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32976 field public static final int ACTION_MASK = 255; // 0xff
51870 field public static final int ACTION_MASK = 255; // 0xff