Home
last modified time | relevance | path

Searched refs:ACTION_MASK (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java67 switch (action & MotionEvent.ACTION_MASK) { in onPointerEvent()
142 final int action = motionEvent.getAction() & MotionEvent.ACTION_MASK; in doGestureDetection()
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java188 public static final int ACTION_MASK = 0xff; field in MotionEventCompat
460 return event.getAction() & ACTION_MASK; in getActionMasked()
DGestureDetectorCompat.java232 (action & MotionEventCompat.ACTION_MASK) == MotionEventCompat.ACTION_POINTER_UP; in onTouchEvent()
249 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
DViewPager.java2015 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK;
2174 switch (action & MotionEventCompat.ACTION_MASK) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java124 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent()
/frameworks/base/core/java/android/view/
DGestureDetector.java503 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
520 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DMotionEvent.java184 public static final int ACTION_MASK = 0xff; field in MotionEvent
1839 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked()
3085 final int oldActionMasked = oldAction & ACTION_MASK; in split()
3218 switch (action & ACTION_MASK) { in actionToString()
DNotificationHeaderView.java366 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
DViewGroup.java2195 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java446 switch (action & MotionEvent.ACTION_MASK) { in logCoords()
531 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()
628 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
DViewPager.java1832 final int action = ev.getAction() & MotionEvent.ACTION_MASK;
1989 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java225 switch (action & MotionEvent.ACTION_MASK) { in handleTouchEvent()
418 switch (action & MotionEvent.ACTION_MASK) { in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java109 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java469 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
567 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DStackView.java621 switch(action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
729 switch (action & MotionEvent.ACTION_MASK) {
DScrollView.java503 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java285 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java281 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onInterceptTouchEvent()
322 final int action = ev.getAction() & MotionEventCompat.ACTION_MASK; in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java425 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java834 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
DNestedScrollView.java625 switch (action & MotionEventCompat.ACTION_MASK) { in onInterceptTouchEvent()
DDrawerLayout.java1488 switch (action & MotionEventCompat.ACTION_MASK) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1198 switch (action & MotionEvent.ACTION_MASK) { in onScrollTouch()
2795 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1330 int action = event.getAction() & MotionEvent.ACTION_MASK;
/frameworks/support/v4/api/
D22.1.0.txt1935 field public static final int ACTION_MASK = 255; // 0xff

12