Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java58 switch (action & MotionEvent.ACTION_MASK) { in onPointerEvent()
/frameworks/support/compat/java/android/support/v4/view/
DMotionEventCompat.java31 public static final int ACTION_MASK = 0xff; field in MotionEventCompat
DGestureDetectorCompat.java236 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
253 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
/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()
522 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DMotionEvent.java188 public static final int ACTION_MASK = 0xff; field in MotionEvent
1904 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked()
3166 final int oldActionMasked = oldAction & ACTION_MASK; in split()
3299 switch (action & ACTION_MASK) { in actionToString()
DNotificationHeaderView.java370 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
DViewGroup.java2494 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java447 switch (action & MotionEvent.ACTION_MASK) { in logCoords()
532 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_DOWN) { in onPointerEvent()
629 || (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP) { in onPointerEvent()
DViewPager.java1807 final int action = ev.getAction() & MotionEvent.ACTION_MASK;
1964 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java225 switch (action & MotionEvent.ACTION_MASK) { in handleTouchEvent()
428 switch (action & MotionEvent.ACTION_MASK) { in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarGestureHelper.java115 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
DNavigationBarFragment.java461 int action = event.getAction() & MotionEvent.ACTION_MASK; in onRecentsTouch()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java477 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
575 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DStackView.java621 switch(action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
729 switch (action & MotionEvent.ACTION_MASK) {
DScrollView.java513 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java292 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/support/core-ui/java/android/support/v4/view/
DViewPager.java2023 final int action = ev.getAction() & MotionEvent.ACTION_MASK;
2184 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java483 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java656 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
DDrawerLayout.java1478 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1418 switch (action & MotionEvent.ACTION_MASK) { in onScrollTouch()
3194 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
/frameworks/support/compat/api/
Dcurrent.txt1400 field public static final deprecated int ACTION_MASK = 255; // 0xff
D26.0.0.txt1439 field public static final deprecated int ACTION_MASK = 255; // 0xff

123