Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DStylusState.h34 int32_t toolType; member
/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java88 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/
DInputCommonConverter.cpp203 static common::ToolType getToolType(int32_t toolType) { in getToolType()
DPreferStylusOverTouchBlocker.cpp27 const int32_t toolType = args.pointerProperties[i].toolType; in checkToolType() local
DInputListener.cpp202 const int32_t toolType = pointerProperties[i].toolType; in dump() local
DUnwantedInteractionBlocker.cpp101 static int getLinuxToolCode(int toolType) { in getLinuxToolCode()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp190 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
DPreferStylusOverTouch_test.cpp53 const int32_t toolType = isFromSource(source, TOUCHSCREEN) ? AMOTION_EVENT_TOOL_TYPE_FINGER in generateMotionArgs() local
DInputDispatcher_test.cpp1342 PointerBuilder(int32_t id, int32_t toolType) { in PointerBuilder()
DInputReader_test.cpp7239 void MultiTouchInputMapperTest::processToolType(MultiTouchInputMapper& mapper, int32_t toolType) { in processToolType()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DHandwritingInitiatorPerfTest.java211 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/
DVirtualDeviceManagerServiceTest.java701 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/
DHandwritingInitiator.java111 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
DMotionEvent.java3871 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/
DInputController.java378 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/
Dcom_android_server_companion_virtual_InputController.cpp399 static bool nativeWriteTouchEvent(JNIEnv* env, jobject thiz, jint fd, jint pointerId, jint toolType, in nativeWriteTouchEvent()
/frameworks/native/libs/input/
DInput.cpp93 const char* motionToolTypeToString(int32_t toolType) { in motionToolTypeToString()
960 int toolType = event.getToolType(i); in operator <<() local
DInputTransport.cpp1220 bool InputConsumer::shouldResampleTool(int32_t toolType) { in shouldResampleTool()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java516 final int toolType = event.getToolType(index); in logCoords() local
/frameworks/native/include/input/
DInput.h420 int32_t toolType; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp66 jfieldID toolType; member
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h68 int32_t toolType; // a fully decoded AMOTION_EVENT_TOOL_TYPE constant member