Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DVirtualTouchEvent.java101 private VirtualTouchEvent(int pointerId, @ToolType int toolType, @Action int action, in VirtualTouchEvent()
259 public @NonNull Builder setToolType(@ToolType int toolType) { in setToolType()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl78 void updateEditorToolType(int toolType); in updateEditorToolType()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DHandwritingInitiatorPerfTest.java212 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java398 default void updateEditorToolType(int toolType) { in updateEditorToolType()
H A DEditorInfo.java1155 public void setInitialToolType(@ToolType int toolType) { in setInitialToolType()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java227 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType()
H A DImeVisibilityStateComputer.java668 boolean isStartInputByGainFocus, @MotionEvent.ToolType int toolType) { in ImeTargetWindowState()
H A DInputMethodManagerService.java3897 final int toolType = editorInfo != null in startInputOrWindowGainedFocusInternalLocked() local
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DGestureHelper.java289 private PointerProperties getPointerProp(int id, int toolType) { in getPointerProp()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java468 public void updateEditorToolType(int toolType) in updateEditorToolType()
H A DInputMethodService.java1005 public void updateEditorToolType(@ToolType int toolType) { in updateEditorToolType()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_companion_virtual_InputController.cpp252 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java524 private static native boolean nativeWriteTouchEvent(long ptr, int pointerId, int toolType, in nativeWriteTouchEvent()
573 public boolean writeTouchEvent(long ptr, int pointerId, int toolType, int action, in writeTouchEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java150 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
H A DMotionEvent.java4077 public static String toolTypeToString(@ToolType int toolType) { in toolTypeToString()
4613 public @ToolType int toolType; field in MotionEvent.PointerProperties
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
H A DVirtualDeviceManagerServiceTest.java1321 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent_withoutPressureOrMajorAxisSize() local
1345 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp67 jfieldID toolType; member
319 const int32_t toolType = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java505 final int toolType = event.getToolType(index); in logCoords() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...