Searched defs:gNullIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DPointerIcon.java140 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); field in class:PointerIcon
167 return gNullIcon;
199 return gNullIcon;
222 return type == TYPE_DEFAULT ? gNullIcon : getSystemIcon(context, TYPE_DEFAULT);

Completed in 21 milliseconds