Home
last modified time | relevance | path

Searched refs:ACTION_BUTTON_PRESS (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DVirtualStylusButtonEvent.java44 public static final int ACTION_BUTTON_PRESS = MotionEvent.ACTION_BUTTON_PRESS; field in VirtualStylusButtonEvent
50 ACTION_BUTTON_PRESS,
178 if (action != ACTION_BUTTON_PRESS && action != ACTION_BUTTON_RELEASE) { in setAction()
DVirtualMouseButtonEvent.java42 public static final int ACTION_BUTTON_PRESS = MotionEvent.ACTION_BUTTON_PRESS; field in VirtualMouseButtonEvent
48 ACTION_BUTTON_PRESS,
188 if (action != ACTION_BUTTON_PRESS && action != ACTION_BUTTON_RELEASE) { in setAction()
/frameworks/base/tests/Input/src/android/hardware/input/
DVirtualMouseButtonEventTest.java52 .setAction(VirtualMouseButtonEvent.ACTION_BUTTON_PRESS) in buttonEvent_created()
57 VirtualMouseButtonEvent.ACTION_BUTTON_PRESS); in buttonEvent_created()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipTouchStateTest.java19 import static android.view.MotionEvent.ACTION_BUTTON_PRESS;
138 mTouchState.onTouchEvent(createMotionEvent(ACTION_BUTTON_PRESS, SystemClock.uptimeMillis(), in testHoverExitTimeout_timeoutCallbackNotCalled_ifButtonPress()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java158 return MotionEvent.ACTION_BUTTON_PRESS; in stringToAction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchState.java229 case MotionEvent.ACTION_BUTTON_PRESS: { in onTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchState.java229 case MotionEvent.ACTION_BUTTON_PRESS: { in onTouchEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java437 pressEvent.setAction(MotionEvent.ACTION_BUTTON_PRESS); in sendClick()
/frameworks/base/core/java/android/view/
DMotionEvent.java358 public static final int ACTION_BUTTON_PRESS = 11; field in MotionEvent
462 ACTION_BUTTON_PRESS,
3989 case ACTION_BUTTON_PRESS: in actionToString()
DInputEventConsistencyVerifier.java499 case MotionEvent.ACTION_BUTTON_PRESS: in onGenericMotionEvent()
DGestureDetector.java848 case MotionEvent.ACTION_BUTTON_PRESS: in onGenericMotionEvent()
DView.java16615 case MotionEvent.ACTION_BUTTON_PRESS: in dispatchGenericMotionEventInternal()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1321 .setAction(VirtualMouseButtonEvent.ACTION_BUTTON_PRESS) in sendButtonEvent_noFd()
1330 final int action = VirtualMouseButtonEvent.ACTION_BUTTON_PRESS; in sendButtonEvent_hasFd_writesEvent()
/frameworks/base/core/java/android/widget/
DAbsListView.java4557 case MotionEvent.ACTION_BUTTON_PRESS: in onGenericMotionEvent()
/frameworks/base/core/api/
Dsystem-current.txt5683 field public static final int ACTION_BUTTON_PRESS = 11; // 0xb
5776 field public static final int ACTION_BUTTON_PRESS = 11; // 0xb
Dcurrent.txt51863 field public static final int ACTION_BUTTON_PRESS = 11; // 0xb
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...