Home
last modified time | relevance | path

Searched refs:TYPE_NOT_SPECIFIED (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java20 import static android.view.PointerIcon.TYPE_NOT_SPECIFIED;
44 private int mPointerIconType = TYPE_NOT_SPECIFIED;
53 if (mPointerIconType != TYPE_NOT_SPECIFIED) { in restorePointerIcon()
54 mPointerIconType = TYPE_NOT_SPECIFIED; in restorePointerIcon()
93 int iconType = TYPE_NOT_SPECIFIED; in onPointerEvent()
114 if (mPointerIconType == TYPE_NOT_SPECIFIED) { in onPointerEvent()
/aosp14/frameworks/base/libs/input/
H A DMouseCursorController.cpp52 mLocked.requestedPointerType = PointerIconStyle::TYPE_NOT_SPECIFIED; in MouseCursorController()
53 mLocked.resolvedPointerType = PointerIconStyle::TYPE_NOT_SPECIFIED; in MouseCursorController()
367 if (mLocked.resolvedPointerType == PointerIconStyle::TYPE_NOT_SPECIFIED) { in updatePointerLocked()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java131 .setPointerIconType(PointerIcon.TYPE_NOT_SPECIFIED); in updatePointerIcon()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DInputManagerServiceTests.kt285 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NOT_SPECIFIED))
307 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NOT_SPECIFIED))
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java66 public static final int TYPE_NOT_SPECIFIED = 1; field in PointerIcon
648 case TYPE_NOT_SPECIFIED: return "NOT_SPECIFIED"; in typeToString()
H A DView.java6103 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);
6104 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {
H A DViewRootImpl.java7341 pointerIcon.getType() : PointerIcon.TYPE_NOT_SPECIFIED; in updatePointerIcon()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingModeController.java278 InputManagerGlobal.getInstance().setPointerIconType(PointerIcon.TYPE_NOT_SPECIFIED); in startHandwritingSession()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java297 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61589 Landroid/view/PointerIcon;->TYPE_NOT_SPECIFIED:I