Home
last modified time | relevance | path

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

/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.java587 (action & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_POINTER_UP; in onTouchEvent()
606 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DNotificationHeaderView.java259 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
DMotionEvent.java218 public static final int ACTION_MASK = 0xff; field in MotionEvent
2436 return nativeGetAction(mNativePtr) & ACTION_MASK; in getActionMasked()
3612 final int actionMasked = action & ACTION_MASK; in setAction()
3995 switch (action & ACTION_MASK) { in actionToString()
DNotificationTopLineView.java326 switch (event.getActionMasked() & MotionEvent.ACTION_MASK) { in onTouch()
DViewGroup.java2636 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent()
DViewRootImpl.java7959 if (handled && shouldTouchBoost(action & MotionEvent.ACTION_MASK, in processPointerEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java508 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()
DViewPager.java1813 final int action = ev.getAction() & MotionEvent.ACTION_MASK;
1981 switch (action & MotionEvent.ACTION_MASK) {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerView.java329 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java592 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
698 switch (action & MotionEvent.ACTION_MASK) { in onTouchEvent()
DStackView.java624 switch(action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
732 switch (action & MotionEvent.ACTION_MASK) {
DScrollView.java664 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/
DExpandHelper.java323 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEvent()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DDividerPresenter.java527 final int action = event.getAction() & MotionEvent.ACTION_MASK; in onTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1472 int action = event.getAction() & MotionEvent.ACTION_MASK; in onRecentsTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3872 switch (action & MotionEvent.ACTION_MASK) { in onInterceptTouchEventScroll()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32976 field public static final int ACTION_MASK = 255; // 0xff
/frameworks/base/core/api/
Dcurrent.txt51870 field public static final int ACTION_MASK = 255; // 0xff