Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DIntegratedDownloadsUiTest.java65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java59 int toolType = Configurator.getInstance().getToolType(); in gestureSelectFiles() local
91 int toolType = Configurator.getInstance().getToolType(); in bandSelection() local
98 int toolType = Configurator.getInstance().getToolType(); in fingerSelection() local
H A DDirectoryListBot.java185 int toolType = Configurator.getInstance().getToolType(); in openDocument() local
386 int action, int buttonState, int toolType, int source, int x, int y) { in getTestMotionEvent()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DStylusState.h34 int32_t toolType; member
/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()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp202 static common::V1_0::ToolType getToolType(int32_t toolType) { in getToolType()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl78 void updateEditorToolType(int toolType); in updateEditorToolType()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DUinputDevice.cpp193 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
/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()
/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
/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
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java499 final int toolType = event.getToolType(index); in logCoords() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java505 final int toolType = event.getToolType(index); in logCoords() local
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1187 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool()
/aosp12/frameworks/native/include/input/
H A DInput.h416 int32_t toolType; member

12