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

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp49 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz, local
57 return pointerIconObj;
60 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, argument
64 if (!pointerIconObj) {
68 ScopedLocalRef<jobject> loadedPointerIconObj(env, env->CallObjectMethod(pointerIconObj,
79 status_t android_view_PointerIcon_getLoadedIcon(JNIEnv* env, jobject pointerIconObj, argument
81 if (!pointerIconObj) {
84 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType);
85 outPointerIcon->hotSpotX = env->GetFloatField(pointerIconObj, gPointerIconClassInfo.mHotSpotX);
86 outPointerIcon->hotSpotY = env->GetFloatField(pointerIconObj, gPointerIconClassInf
112 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style); local
[all...]
H A Dandroid_view_PointerIcon.h96 * If pointerIconObj is NULL, returns OK and a pointer icon with POINTER_ICON_STYLE_NULL. */
98 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon);
100 /* Obtain the data of pointerIconObj and put to outPointerIcon. */
101 extern status_t android_view_PointerIcon_getLoadedIcon(JNIEnv* env, jobject pointerIconObj,
106 * If pointerIconObj is NULL, returns OK and a pointer icon with POINTER_ICON_STYLE_NULL. */
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1045 ScopedLocalRef<jobject> pointerIconObj(env, env->CallObjectMethod(
1052 status_t status = android_view_PointerIcon_load(env, pointerIconObj.get(),

Completed in 215 milliseconds