Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance
843 public void setPointerType(int pointerType) { in setPointerType() argument844 InputManager.getInstance().setPointerIconType(pointerType); in setPointerType()
6099 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local6102 if (mPointerIconType != pointerType) { in updatePointerIcon()6103 mPointerIconType = pointerType; in updatePointerIcon()6106 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
5926 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);5927 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {5928 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));