Home
last modified time | relevance | path

Searched defs:toolType (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/out/soong/.intermediates/development/cmds/monkey/libmonkey_jni/monkey_aidl-java-source/gen/com/android/commands/monkey/
DIMonkey.java22 …@Override public boolean writeTouchEvent(int pointerId, int toolType, int action, float locationX,… in writeTouchEvent()
117 …@Override public boolean writeTouchEvent(int pointerId, int toolType, int action, float locationX,… in writeTouchEvent()
147 …public boolean writeTouchEvent(int pointerId, int toolType, int action, float locationX, float loc… in writeTouchEvent()
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java60 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local
92 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local
99 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local
DDirectoryListBot.java186 int toolType = Configurator.getInstance().getToolType(); in openDocument() local
387 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent()
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
H A DVirtualStylusTest.kt125 val toolType: Int = VirtualStylusMotionEvent.TOOL_TYPE_STYLUS in sendTouchEvents_withButtonPressed() constant
297 val toolType: Int = VirtualStylusMotionEvent.TOOL_TYPE_STYLUS in sendHoverEvents_withButtonAlwaysPressed() constant
379 val toolType: Int = VirtualStylusMotionEvent.TOOL_TYPE_STYLUS in verifyStylusTouchWithTilt() constant
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DVirtualTouchEvent.java101 private VirtualTouchEvent(int pointerId, @ToolType int toolType, @Action int action, in VirtualTouchEvent()
272 public @NonNull Builder setToolType(@ToolType int toolType) { in setToolType()
H A DVirtualStylusMotionEvent.java97 private VirtualStylusMotionEvent(@ToolType int toolType, @Action int action, int x, int y, in VirtualStylusMotionEvent()
263 public Builder setToolType(@ToolType int toolType) { in setToolType()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEventUtils.java38 public static PointerPropertiesBuilder withProperties(int id, int toolType) { in withProperties()
47 private int toolType; field in MotionEventUtils.PointerPropertiesBuilder
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
H A DTestUtils.java567 float x, float y, int toolType) { in getMotionEvent()
572 int x, int y, int displayId, int toolType) { in getMotionEvent()
672 @NonNull Activity activity, int toolType) { in injectNavBarToHomeGestureEvents()
/aosp_15_r20/out/soong/.intermediates/development/cmds/monkey/libmonkey_jni/monkey_aidl-java/android_common/javac/
Dmonkey_aidl-java.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java488 private static native boolean nativeWriteTouchEvent(long ptr, int pointerId, int toolType, in nativeWriteTouchEvent()
495 private static native boolean nativeWriteStylusMotionEvent(long ptr, int toolType, int action, in nativeWriteStylusMotionEvent()
553 public boolean writeTouchEvent(long ptr, int pointerId, int toolType, int action, in writeTouchEvent()
571 public boolean writeStylusMotionEvent(long ptr, int toolType, int action, int locationX, in writeStylusMotionEvent()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeEventLogger.kt449 val toolType = e.getToolType(e.findPointerIndex(e.getPointerId(0))) in getInputMethodFromMotionEvent() constant
/aosp_15_r20/frameworks/native/libs/input/
H A DVirtualInputDevice.cpp596 bool VirtualTouchscreen::writeTouchEvent(int32_t pointerId, int32_t toolType, int32_t action, in writeTouchEvent()
701 bool VirtualStylus::writeMotionEvent(int32_t toolType, int32_t action, int32_t locationX, in writeMotionEvent()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_companion_virtual_InputController.cpp109 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
140 static bool nativeWriteStylusMotionEvent(JNIEnv* env, jobject thiz, jlong ptr, jint toolType, in nativeWriteStylusMotionEvent()
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DIntegratedDownloadsUiTest.java65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
/aosp_15_r20/development/cmds/monkey/libmonkey_jni/com/android/commands/monkey/
H A DIMonkey.aidl27 boolean writeTouchEvent(int pointerId, int toolType, int action, float locationX, in writeTouchEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DInputDeviceMetricsSource.cpp70 const auto toolType = motionArgs.pointerProperties[i].toolType; in getUsageSourcesForMotionArgs() local
H A DPreferStylusOverTouchBlocker.cpp32 const ToolType toolType = args.pointerProperties[i].toolType; in checkToolType() local
H A DInputCommonConverter.cpp206 static common::ToolType getToolType(ToolType toolType) { in getToolType()
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DStylusHandwritingTest.java1450 int toolType = MotionEvent.TOOL_TYPE_STYLUS; in testOnViewClicked_withStylusTap() local
1658 int toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in testOnViewClicked_withKeyEvent() local
1666 private static DescribedPredicate<ImeEvent> onStartInputMatcher(int toolType, String marker) { in onStartInputMatcher()
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DPointerBuilder.kt23 class PointerBuilder(val id: Int, val toolType: Int) { constant in com.android.cts.input.PointerBuilder
/aosp_15_r20/development/cmds/monkey/libmonkey_jni/
H A Dlibmonkey_jni.cpp42 ::ndk::ScopedAStatus writeTouchEvent(int32_t pointerId, int32_t toolType, in writeTouchEvent()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DFuzzedInputStream.h163 const ToolType toolType = getToolType(source); in generateFuzzedMotionArgs() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl80 void updateEditorToolType(int toolType); in updateEditorToolType()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DPointerIconTest.java96 int source, @MotionEvent.ToolType int toolType) { in assertPointerIcon()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DHandwritingInitiatorPerfTest.java217 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()

12345678910>>...14