Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp40 } gPointerIconClassInfo; variable
46 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz, in android_view_PointerIcon_getSystemIcon()
47 gPointerIconClassInfo.getSystemIcon, contextObj, style); in android_view_PointerIcon_getSystemIcon()
66 gPointerIconClassInfo.load, contextObj); in android_view_PointerIcon_load()
75 gPointerIconClassInfo.mStyle); in android_view_PointerIcon_load()
77 gPointerIconClassInfo.mHotSpotX); in android_view_PointerIcon_load()
79 gPointerIconClassInfo.mHotSpotY); in android_view_PointerIcon_load()
81 jobject bitmapObj = env->GetObjectField(loadedPointerIconObj, gPointerIconClassInfo.mBitmap); in android_view_PointerIcon_load()
110 gPointerIconClassInfo.clazz = MakeGlobalRefOrDie(env, clazz); in register_android_view_PointerIcon()
112 gPointerIconClassInfo.mBitmap = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz, in register_android_view_PointerIcon()
[all …]