Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java101 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/
DInputCommonConverter.cpp203 static common::ToolType getToolType(ToolType toolType) { in getToolType()
DPreferStylusOverTouchBlocker.cpp27 const ToolType toolType = args.pointerProperties[i].toolType; in checkToolType() local
DNotifyArgs.cpp128 const ToolType toolType = pointerProperties[i].toolType; in dump() local
DInputDeviceMetricsCollector.cpp147 const auto toolType = motionArgs.pointerProperties[i].toolType; in getUsageSourcesForMotionArgs() local
DUnwantedInteractionBlocker.cpp102 static int getLinuxToolCode(ToolType toolType) { in getLinuxToolCode()
/frameworks/native/libs/input/
DMotionPredictor.cpp110 const ToolType toolType = event.getPointerProperties(0)->toolType; in record() local
DVirtualInputDevice.cpp307 bool VirtualTouchscreen::writeTouchEvent(int32_t pointerId, int32_t toolType, int32_t action, in writeTouchEvent()
DInput.cpp216 bool isStylusToolType(ToolType toolType) { in isStylusToolType()
1021 ToolType toolType = event.getToolType(i); in operator <<() local
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethod.aidl78 void updateEditorToolType(int toolType); in updateEditorToolType()
/frameworks/native/include/input/
DInputEventBuilders.h37 PointerBuilder(int32_t id, ToolType toolType) { in PointerBuilder()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DHandwritingInitiatorPerfTest.java212 private MotionEvent createMotionEvent(int action, int toolType, int x, int y, long eventTime) { in createMotionEvent()
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp239 void UinputTouchScreen::sendToolType(int32_t toolType) { in sendToolType()
DPreferStylusOverTouch_test.cpp48 const ToolType toolType = in generateMotionArgs() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java227 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType()
DImeVisibilityStateComputer.java668 boolean isStartInputByGainFocus, @MotionEvent.ToolType int toolType) { in ImeTargetWindowState()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java398 default void updateEditorToolType(int toolType) { in updateEditorToolType()
DEditorInfo.java1155 public void setInitialToolType(@ToolType int toolType) { in setInitialToolType()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DGestureHelper.java289 private PointerProperties getPointerProp(int id, int toolType) { in getPointerProp()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java468 public void updateEditorToolType(int toolType) in updateEditorToolType()
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp252 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java524 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/
DHandwritingInitiator.java150 final int toolType = motionEvent.getToolType(actionIndex); in onTouchEvent() local
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1321 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/
Dandroid_view_MotionEvent.cpp67 jfieldID toolType; member
319 const int32_t toolType = env->GetIntField(pointerPropertiesObj, in pointerPropertiesToNative() local

12