Searched refs:loadedPointerIconObj (Results 1 – 1 of 1) sorted by relevance
63 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj, in android_view_PointerIcon_load() local65 if (env->ExceptionCheck() || !loadedPointerIconObj) { in android_view_PointerIcon_load()72 outPointerIcon->style = env->GetIntField(loadedPointerIconObj, in android_view_PointerIcon_load()74 outPointerIcon->hotSpotX = env->GetFloatField(loadedPointerIconObj, in android_view_PointerIcon_load()76 outPointerIcon->hotSpotY = env->GetFloatField(loadedPointerIconObj, in android_view_PointerIcon_load()79 jobject bitmapObj = env->GetObjectField(loadedPointerIconObj, gPointerIconClassInfo.mBitmap); in android_view_PointerIcon_load()88 env->DeleteLocalRef(loadedPointerIconObj); in android_view_PointerIcon_load()