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()
6427 final int pointerType = (pointerIcon != null) ? in updatePointerIcon() local6430 if (mPointerIconType != pointerType) { in updatePointerIcon()6431 mPointerIconType = pointerType; in updatePointerIcon()6434 InputManager.getInstance().setPointerIconType(pointerType); in updatePointerIcon()
5914 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);5915 if (pointerType != PointerIcon.TYPE_NOT_SPECIFIED) {5916 setPointerIcon(PointerIcon.getSystemIcon(context, pointerType));