Home
last modified time | relevance | path

Searched refs:mPointerIconType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java43 private int mPointerIconType = TYPE_NOT_SPECIFIED; field in TaskTapPointerEventListener
52 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()
/frameworks/base/core/java/android/view/
DViewRootImpl.java613 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; field in ViewRootImpl
6035 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()