/frameworks/native/services/inputflinger/reader/include/ |
D | StylusState.h | 34 int32_t toolType; member
|
/frameworks/base/core/java/android/hardware/input/ |
D | VirtualTouchEvent.java | 88 private VirtualTouchEvent(int pointerId, @ToolType int toolType, @Action int action, in VirtualTouchEvent() 220 public @NonNull Builder setToolType(@ToolType int toolType) { in setToolType()
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 203 static common::ToolType getToolType(int32_t toolType) { in getToolType()
|
D | PreferStylusOverTouchBlocker.cpp | 27 const int32_t toolType = args.pointerProperties[i].toolType; in checkToolType() local
|
D | InputListener.cpp | 202 const int32_t toolType = pointerProperties[i].toolType; in dump() local
|
D | UnwantedInteractionBlocker.cpp | 101 static int getLinuxToolCode(int toolType) { in getLinuxToolCode()
|
/frameworks/native/services/inputflinger/tests/ |
D | UinputDevice.cpp | 190 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
|
D | PreferStylusOverTouch_test.cpp | 53 const int32_t toolType = isFromSource(source, TOUCHSCREEN) ? AMOTION_EVENT_TOOL_TYPE_FINGER in generateMotionArgs() local
|
D | InputDispatcher_test.cpp | 1342 PointerBuilder(int32_t id, int32_t toolType) { in PointerBuilder()
|
D | InputReader_test.cpp | 7239 void MultiTouchInputMapperTest::processToolType(MultiTouchInputMapper& mapper, int32_t toolType) { in processToolType()
|
/frameworks/base/apct-tests/perftests/core/src/android/view/ |
D | HandwritingInitiatorPerfTest.java | 211 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerServiceTest.java | 701 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent_withoutPressureOrMajorAxisSize() local 718 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent() local
|
/frameworks/base/core/java/android/view/ |
D | HandwritingInitiator.java | 111 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
|
D | MotionEvent.java | 3871 public static String toolTypeToString(int toolType) { in toolTypeToString() 4364 public int toolType; field in MotionEvent.PointerProperties
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 378 private static native boolean nativeWriteTouchEvent(int fd, int pointerId, int toolType, in nativeWriteTouchEvent() 414 public boolean writeTouchEvent(int fd, int pointerId, int toolType, int action, in writeTouchEvent()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 399 static bool nativeWriteTouchEvent(JNIEnv* env, jobject thiz, jint fd, jint pointerId, jint toolType, in nativeWriteTouchEvent()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 93 const char* motionToolTypeToString(int32_t toolType) { in motionToolTypeToString() 960 int toolType = event.getToolType(i); in operator <<() local
|
D | InputTransport.cpp | 1220 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 516 final int toolType = event.getToolType(index); in logCoords() local
|
/frameworks/native/include/input/ |
D | Input.h | 420 int32_t toolType; member
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 66 jfieldID toolType; member
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 68 int32_t toolType; // a fully decoded AMOTION_EVENT_TOOL_TYPE constant member
|