Searched refs:mPointerIconType (Results 1 – 2 of 2) sorted by relevance
43 private int mPointerIconType = TYPE_NOT_SPECIFIED; field in TaskTapPointerEventListener90 if (mPointerIconType != iconType) { in onPointerEvent()91 mPointerIconType = iconType; in onPointerEvent()92 if (mPointerIconType == TYPE_NOT_SPECIFIED) { in onPointerEvent()98 InputManager.getInstance().setPointerIconType(mPointerIconType); in onPointerEvent()106 if (mPointerIconType != TYPE_NOT_SPECIFIED) { in onPointerEvent()107 mPointerIconType = TYPE_NOT_SPECIFIED; in onPointerEvent()
534 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; field in ViewRootImpl5501 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()5507 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()5546 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in resetPointerIcon()5568 if (mPointerIconType != pointerType) { in updatePointerIcon()5569 mPointerIconType = pointerType; in updatePointerIcon()5571 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon()5576 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()