Home
last modified time | relevance | path

Searched refs:TOOL_TYPE_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/input/
H A DVirtualTouchEvent.java50 public static final int TOOL_TYPE_UNKNOWN = MotionEvent.TOOL_TYPE_UNKNOWN; field in VirtualTouchEvent
60 TOOL_TYPE_UNKNOWN,
205 private @ToolType int mToolType = TOOL_TYPE_UNKNOWN;
222 if (mToolType == TOOL_TYPE_UNKNOWN || mPointerId == MotionEvent.INVALID_POINTER_ID in build()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
H A DSpotFilter.kt26 var lastTool = MotionEvent.TOOL_TYPE_UNKNOWN
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
H A DDividerViewTest.java101 properties.toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in getMotionEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java26 import static android.view.MotionEvent.TOOL_TYPE_UNKNOWN;
663 isStartInputByGainFocus, TOOL_TYPE_UNKNOWN); in ImeTargetWindowState()
H A DInputMethodManagerService.java3602 MotionEvent.TOOL_TYPE_UNKNOWN, resultReceiver, reason); in showCurrentInputLocked()
3636 if (lastClickToolType != MotionEvent.TOOL_TYPE_UNKNOWN) { in showCurrentInputLocked()
3898 ? editorInfo.getInitialToolType() : MotionEvent.TOOL_TYPE_UNKNOWN; in startInputOrWindowGainedFocusInternalLocked()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java1588 public static final int TOOL_TYPE_UNKNOWN = 0; field in MotionEvent
1630 TOOL_TYPE_UNKNOWN, TOOL_TYPE_FINGER, TOOL_TYPE_STYLUS, TOOL_TYPE_MOUSE,
1641 names.append(TOOL_TYPE_UNKNOWN, "TOOL_TYPE_UNKNOWN"); in names.append() argument
4620 toolType = TOOL_TYPE_UNKNOWN; in clear()
H A DViewRootImpl.java6908 mLastClickToolType = MotionEvent.TOOL_TYPE_UNKNOWN; in processKeyEvent()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java484 sPointerProps[i].toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in obtainMotionEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java210 return MotionEvent.TOOL_TYPE_UNKNOWN; in getToolType()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java761 private @ToolType int mInitialToolType = MotionEvent.TOOL_TYPE_UNKNOWN;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51481 field public static final int TOOL_TYPE_UNKNOWN = 0; // 0x0