Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp36 jmethodID getSystemIcon; member
45 gPointerIconClassInfo.getSystemIcon, contextObj, style); in android_view_PointerIcon_getSystemIcon()
141 GET_STATIC_METHOD_ID(gPointerIconClassInfo.getSystemIcon, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
/frameworks/base/core/java/android/view/
DPointerIcon.java101 return getSystemIcon(context, STYLE_DEFAULT); in getDefaultIcon()
114 public static PointerIcon getSystemIcon(Context context, int style) { in getSystemIcon() method in PointerIcon
136 return style == STYLE_DEFAULT ? gNullIcon : getSystemIcon(context, STYLE_DEFAULT); in getSystemIcon()