Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance
962 public void setPointerType(int pointerType) { in setPointerType() argument963 InputManager.getInstance().setPointerIconType(pointerType); in setPointerType()
6535 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local6538 if (mPointerIconType != pointerType) { in updatePointerIcon()6539 mPointerIconType = pointerType; in updatePointerIcon()6542 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
5928 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);5929 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {5930 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));