| /frameworks/base/core/java/android/hardware/input/ |
| 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()
|
| /frameworks/native/services/inputflinger/ |
| D | InputCommonConverter.cpp | 203 static common::ToolType getToolType(ToolType toolType) { in getToolType()
|
| D | PreferStylusOverTouchBlocker.cpp | 27 const ToolType toolType = args.pointerProperties[i].toolType; in checkToolType() local
|
| D | NotifyArgs.cpp | 128 const ToolType toolType = pointerProperties[i].toolType; in dump() local
|
| D | InputDeviceMetricsCollector.cpp | 147 const auto toolType = motionArgs.pointerProperties[i].toolType; in getUsageSourcesForMotionArgs() local
|
| D | UnwantedInteractionBlocker.cpp | 102 static int getLinuxToolCode(ToolType toolType) { in getLinuxToolCode()
|
| /frameworks/native/libs/input/ |
| D | MotionPredictor.cpp | 110 const ToolType toolType = event.getPointerProperties(0)->toolType; in record() local
|
| D | VirtualInputDevice.cpp | 307 bool VirtualTouchscreen::writeTouchEvent(int32_t pointerId, int32_t toolType, int32_t action, in writeTouchEvent()
|
| D | Input.cpp | 216 bool isStylusToolType(ToolType toolType) { in isStylusToolType() 1021 ToolType toolType = event.getToolType(i); in operator <<() local
|
| /frameworks/base/core/java/com/android/internal/inputmethod/ |
| D | IInputMethod.aidl | 78 void updateEditorToolType(int toolType); in updateEditorToolType()
|
| /frameworks/native/include/input/ |
| D | InputEventBuilders.h | 37 PointerBuilder(int32_t id, ToolType toolType) { in PointerBuilder()
|
| /frameworks/base/apct-tests/perftests/core/src/android/view/ |
| D | HandwritingInitiatorPerfTest.java | 212 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | UinputDevice.cpp | 239 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
|
| D | PreferStylusOverTouch_test.cpp | 48 const ToolType toolType = in generateMotionArgs() local
|
| /frameworks/base/services/core/java/com/android/server/inputmethod/ |
| D | IInputMethodInvoker.java | 227 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType()
|
| D | ImeVisibilityStateComputer.java | 668 boolean isStartInputByGainFocus, @MotionEvent.ToolType int toolType) { in ImeTargetWindowState()
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | InputMethod.java | 398 default void updateEditorToolType(int toolType) { in updateEditorToolType()
|
| D | EditorInfo.java | 1155 public void setInitialToolType(@ToolType int toolType) { in setInitialToolType()
|
| /frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
| D | GestureHelper.java | 289 private PointerProperties getPointerProp(int id, int toolType) { in getPointerProp()
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | IInputMethodWrapper.java | 468 public void updateEditorToolType(int toolType) in updateEditorToolType()
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_companion_virtual_InputController.cpp | 252 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
|
| /frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
| 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()
|
| /frameworks/base/core/java/android/view/ |
| D | HandwritingInitiator.java | 150 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
| 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
|
| /frameworks/base/core/jni/ |
| D | android_view_MotionEvent.cpp | 67 jfieldID toolType; member 319 const int32_t toolType = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative() local
|