Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java962 public void setPointerType(int pointerType) { in setPointerType() argument
963 InputManager.getInstance().setPointerIconType(pointerType); in setPointerType()
H A DViewRootImpl.java6535 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local
6538 if (mPointerIconType != pointerType) { in updatePointerIcon()
6539 mPointerIconType = pointerType; in updatePointerIcon()
6542 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
H A DView.java5928 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);
5929 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {
5930 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));