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

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp43 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz, local
51 return pointerIconObj;
54 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, argument
58 if (!pointerIconObj) {
62 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj,
93 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style); local
94 if (!pointerIconObj) {
99 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
101 env->DeleteLocalRef(pointerIconObj);
H A Dandroid_view_PointerIcon.h69 * If pointerIconObj is NULL, returns OK and a pointer icon with POINTER_ICON_STYLE_NULL. */
71 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon);
74 * If pointerIconObj is NULL, returns OK and a pointer icon with POINTER_ICON_STYLE_NULL. */
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp431 jobject pointerIconObj = env->CallObjectMethod(mServiceObj, local
435 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
443 env->DeleteLocalRef(pointerIconObj);

Completed in 329 milliseconds