Searched refs:gNullIcon (Results 1 – 1 of 1) sorted by relevance
144 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); field in PointerIcon171 return gNullIcon; in getNullIcon()203 return gNullIcon; in getSystemIcon()226 return type == TYPE_DEFAULT ? gNullIcon : getSystemIcon(context, TYPE_DEFAULT); in getSystemIcon()