Searched refs:loadedPointerIconObj (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp62 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj, local
64 if (env->ExceptionCheck() || !loadedPointerIconObj) {
71 outPointerIcon->style = env->GetIntField(loadedPointerIconObj,
73 outPointerIcon->hotSpotX = env->GetFloatField(loadedPointerIconObj,
75 outPointerIcon->hotSpotY = env->GetFloatField(loadedPointerIconObj,
78 jobject bitmapObj = env->GetObjectField(loadedPointerIconObj, gPointerIconClassInfo.mBitmap);
87 env->DeleteLocalRef(loadedPointerIconObj);

Completed in 225 milliseconds