Searched refs:mPointerIconType (Results 1 – 2 of 2) sorted by relevance
43 private int mPointerIconType = TYPE_NOT_SPECIFIED; field in TaskTapPointerEventListener52 if (mPointerIconType != TYPE_NOT_SPECIFIED) { in restorePointerIcon()53 mPointerIconType = TYPE_NOT_SPECIFIED; in restorePointerIcon()104 if (mPointerIconType != iconType) { in onPointerEvent()105 mPointerIconType = iconType; in onPointerEvent()106 if (mPointerIconType == TYPE_NOT_SPECIFIED) { in onPointerEvent()112 InputManager.getInstance().setPointerIconType(mPointerIconType); in onPointerEvent()
613 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; field in ViewRootImpl6035 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()6041 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()6080 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in resetPointerIcon()6102 if (mPointerIconType != pointerType) { in updatePointerIcon()6103 mPointerIconType = pointerType; in updatePointerIcon()6105 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon()6110 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()