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