/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
H A D | IntegratedDownloadsUiTest.java | 65 int toolType = Configurator.getInstance().getToolType(); in testDownload_RetryUnsuccessful() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | GestureBot.java | 59 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 D | DirectoryListBot.java | 185 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 D | StylusState.h | 34 int32_t toolType; member
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | VirtualTouchEvent.java | 101 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 D | InputClassifierConverter.cpp | 202 static common::V1_0::ToolType getToolType(int32_t toolType) { in getToolType()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethod.aidl | 78 void updateEditorToolType(int toolType); in updateEditorToolType()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | UinputDevice.cpp | 193 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | HandwritingInitiatorPerfTest.java | 212 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 D | InputMethod.java | 398 default void updateEditorToolType(int toolType) { in updateEditorToolType()
|
H A D | EditorInfo.java | 1155 public void setInitialToolType(@ToolType int toolType) { in setInitialToolType()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodInvoker.java | 227 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType()
|
H A D | ImeVisibilityStateComputer.java | 668 boolean isStartInputByGainFocus, @MotionEvent.ToolType int toolType) { in ImeTargetWindowState()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | GestureHelper.java | 289 private PointerProperties getPointerProp(int id, int toolType) { in getPointerProp()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 468 public void updateEditorToolType(int toolType) in updateEditorToolType()
|
H A D | InputMethodService.java | 1005 public void updateEditorToolType(@ToolType int toolType) { in updateEditorToolType()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 252 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 524 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 D | HandwritingInitiator.java | 150 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
H A D | VirtualDeviceManagerServiceTest.java | 1321 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 D | android_view_MotionEvent.cpp | 67 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 D | PointerLocationView.java | 499 final int toolType = event.getToolType(index); in logCoords() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 505 final int toolType = event.getToolType(index); in logCoords() local
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 1187 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool()
|
/aosp12/frameworks/native/include/input/ |
H A D | Input.h | 416 int32_t toolType; member
|