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

/frameworks/base/core/java/android/view/
H A DInputDevice.java821 * @param pointerType the type of the pointer icon.
824 public void setPointerType(int pointerType) { argument
825 InputManager.getInstance().setPointerIconType(pointerType);
H A DViewRootImpl.java5184 final int pointerType = (pointerIcon != null) ?
5187 if (mPointerIconType != pointerType) {
5188 mPointerIconType = pointerType;
5191 InputManager.getInstance().setPointerIconType(pointerType);
H A DView.java5399 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);
5400 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {
5401 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));
[all...]

Completed in 88 milliseconds