Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance
827 public void setPointerType(int pointerType) { in setPointerType() argument828 InputManager.getInstance().setPointerIconType(pointerType); in setPointerType()
5735 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local5738 if (mPointerIconType != pointerType) { in updatePointerIcon()5739 mPointerIconType = pointerType; in updatePointerIcon()5742 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
5783 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);5784 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {5785 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));