Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp43 } gPointerIconClassInfo; variable
49 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz, in android_view_PointerIcon_getSystemIcon()
50 gPointerIconClassInfo.getSystemIcon, contextObj, style); in android_view_PointerIcon_getSystemIcon()
69 gPointerIconClassInfo.load, contextObj)); in android_view_PointerIcon_load()
84 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType); in android_view_PointerIcon_getLoadedIcon()
85 outPointerIcon->hotSpotX = env->GetFloatField(pointerIconObj, gPointerIconClassInfo.mHotSpotX); in android_view_PointerIcon_getLoadedIcon()
86 outPointerIcon->hotSpotY = env->GetFloatField(pointerIconObj, gPointerIconClassInfo.mHotSpotY); in android_view_PointerIcon_getLoadedIcon()
89 env, env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmap)); in android_view_PointerIcon_getLoadedIcon()
95 env->GetObjectField(pointerIconObj, gPointerIconClassInfo.mBitmapFrames))); in android_view_PointerIcon_getLoadedIcon()
98 pointerIconObj, gPointerIconClassInfo.mDurationPerFrame); in android_view_PointerIcon_getLoadedIcon()
[all …]