Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java43 private int mPointerIconType = TYPE_NOT_SPECIFIED; field in TaskTapPointerEventListener
90 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()
/frameworks/base/core/java/android/view/
DViewRootImpl.java557 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; field in ViewRootImpl
5671 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()
5677 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()
5716 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in resetPointerIcon()
5738 if (mPointerIconType != pointerType) { in updatePointerIcon()
5739 mPointerIconType = pointerType; in updatePointerIcon()
5741 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon()
5746 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79233 Landroid/view/ViewRootImpl;->mPointerIconType:I