Searched refs:outPointerIcon (Results 1 – 2 of 2) sorted by relevance
56 PointerIcon* outPointerIcon) { in android_view_PointerIcon_load() argument57 outPointerIcon->reset(); 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()83 outPointerIcon->bitmap = *bitmap; // use a shared pixel ref in android_view_PointerIcon_load()93 int32_t style, PointerIcon* outPointerIcon) { in android_view_PointerIcon_loadSystemIcon() argument96 outPointerIcon->reset(); in android_view_PointerIcon_loadSystemIcon()101 contextObj, outPointerIcon); in android_view_PointerIcon_loadSystemIcon()
71 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon);76 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);