Searched refs:TYPE_NOT_SPECIFIED (Results 1 – 10 of 10) sorted by relevance
20 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()
52 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()
131 .setPointerIconType(PointerIcon.TYPE_NOT_SPECIFIED); in updatePointerIcon()
285 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NOT_SPECIFIED))307 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NOT_SPECIFIED))
66 public static final int TYPE_NOT_SPECIFIED = 1; field in PointerIcon648 case TYPE_NOT_SPECIFIED: return "NOT_SPECIFIED"; in typeToString()
6103 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);6104 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {
7341 pointerIcon.getType() : PointerIcon.TYPE_NOT_SPECIFIED; in updatePointerIcon()
278 InputManagerGlobal.getInstance().setPointerIconType(PointerIcon.TYPE_NOT_SPECIFIED); in startHandwritingSession()
297 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED;
61589 Landroid/view/PointerIcon;->TYPE_NOT_SPECIFIED:I