Searched refs:pointerType (Results 1 – 3 of 3) sorted by relevance
1011 public void setPointerType(int pointerType) { in setPointerType() argument1012 InputManager.getInstance().setPointerIconType(pointerType); in setPointerType()
6861 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local6864 if (mPointerIconType != pointerType) { in updatePointerIcon()6865 mPointerIconType = pointerType; in updatePointerIcon()6868 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
6005 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);6006 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {6007 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));