Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DPointerIcon.java147 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); field in PointerIcon
187 return gNullIcon; in getNullIcon()
219 return gNullIcon; in getSystemIcon()
254 return type == TYPE_DEFAULT ? gNullIcon : getSystemIcon(context, TYPE_DEFAULT); in getSystemIcon()