Searched refs:gNullIcon (Results 1 – 1 of 1) sorted by relevance
147 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); field in PointerIcon187 return gNullIcon; in getNullIcon()219 return gNullIcon; in getSystemIcon()254 return type == TYPE_DEFAULT ? gNullIcon : getSystemIcon(context, TYPE_DEFAULT); in getSystemIcon()