Home
last modified time | relevance | path

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

12

/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.cpp58 const auto toolType = motionArgs.pointerProperties[i].toolType; in getUsageSourcesForMotionArgs() local
DPreferStylusOverTouchBlocker.cpp32 const ToolType toolType = args.pointerProperties[i].toolType; in checkToolType() local
DInputCommonConverter.cpp206 static common::ToolType getToolType(ToolType toolType) { in getToolType()
DNotifyArgs.cpp128 const ToolType toolType = pointerProperties[i].toolType; in dump() local
DUnwantedInteractionBlocker.cpp115 static int getLinuxToolCode(ToolType toolType) { in getLinuxToolCode()
/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java101 private VirtualTouchEvent(int pointerId, @ToolType int toolType, @Action int action, in VirtualTouchEvent()
272 public @NonNull Builder setToolType(@ToolType int toolType) { in setToolType()
DVirtualStylusMotionEvent.java97 private VirtualStylusMotionEvent(@ToolType int toolType, @Action int action, int x, int y, in VirtualStylusMotionEvent()
263 public Builder setToolType(@ToolType int toolType) { in setToolType()
/frameworks/native/libs/input/
DVirtualInputDevice.cpp318 bool VirtualTouchscreen::writeTouchEvent(int32_t pointerId, int32_t toolType, int32_t action, in writeTouchEvent()
423 bool VirtualStylus::writeMotionEvent(int32_t toolType, int32_t action, int32_t locationX, in writeMotionEvent()
DMotionPredictor.cpp193 const ToolType toolType = event.getPointerProperties(0)->toolType; in record() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DFuzzedInputStream.h163 const ToolType toolType = getToolType(source); in generateFuzzedMotionArgs() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethod.aidl80 void updateEditorToolType(int toolType); in updateEditorToolType()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DHandwritingInitiatorPerfTest.java217 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp247 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
DPreferStylusOverTouch_test.cpp47 const ToolType toolType = in generateMotionArgs() local
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp338 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
369 static bool nativeWriteStylusMotionEvent(JNIEnv* env, jobject thiz, jlong ptr, jint toolType, in nativeWriteStylusMotionEvent()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java229 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType()
DImeVisibilityStateComputer.java683 boolean isStartInputByGainFocus, @MotionEvent.ToolType int toolType) { in ImeTargetWindowState()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java413 default void updateEditorToolType(int toolType) { in updateEditorToolType()
DEditorInfo.java1198 public void setInitialToolType(@ToolType int toolType) { in setInitialToolType()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java459 private static native boolean nativeWriteTouchEvent(long ptr, int pointerId, int toolType, in nativeWriteTouchEvent()
466 private static native boolean nativeWriteStylusMotionEvent(long ptr, int toolType, int action, in nativeWriteStylusMotionEvent()
517 public boolean writeTouchEvent(long ptr, int pointerId, int toolType, int action, in writeTouchEvent()
535 public boolean writeStylusMotionEvent(long ptr, int toolType, int action, int locationX, in writeStylusMotionEvent()
/frameworks/native/include/input/
DInputEventBuilders.h36 PointerBuilder(int32_t id, ToolType toolType) { in PointerBuilder()
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DGestureHelper.java289 private PointerProperties getPointerProp(int id, int toolType) { in getPointerProp()
/frameworks/native/libs/input/tests/
DTouchResampling_test.cpp35 ToolType toolType = ToolType::FINGER; member
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java492 public void updateEditorToolType(int toolType) in updateEditorToolType()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1422 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent_withoutPressureOrMajorAxisSize() local
1448 final int toolType = VirtualTouchEvent.TOOL_TYPE_FINGER; in sendTouchEvent_hasFd_writesEvent() local

12