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.java40 private int mPointerIconType = TYPE_NOT_SPECIFIED; field in TaskTapPointerEventListener
95 if (mPointerIconType != iconType) { in onPointerEvent()
96 mPointerIconType = iconType; in onPointerEvent()
97 if (mPointerIconType == TYPE_NOT_SPECIFIED) { in onPointerEvent()
102 InputManager.getInstance().setPointerIconType(mPointerIconType); in onPointerEvent()
/frameworks/base/core/java/android/view/
DViewRootImpl.java428 private int mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; field in ViewRootImpl
4814 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()
4820 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in maybeUpdatePointerIcon()
4853 mPointerIconType = PointerIcon.TYPE_NOT_SPECIFIED; in resetPointerIcon()
4875 if (mPointerIconType != pointerType) { in updatePointerIcon()
4876 mPointerIconType = pointerType; in updatePointerIcon()
4878 if (mPointerIconType != PointerIcon.TYPE_CUSTOM) { in updatePointerIcon()
4883 if (mPointerIconType == PointerIcon.TYPE_CUSTOM && in updatePointerIcon()