Home
last modified time | relevance | path

Searched refs:gNullIcon (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DPointerIcon.java144 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); field in PointerIcon
171 return gNullIcon; in getNullIcon()
203 return gNullIcon; in getSystemIcon()
226 return type == TYPE_DEFAULT ? gNullIcon : getSystemIcon(context, TYPE_DEFAULT); in getSystemIcon()