HomeSort by relevance Sort by last modified time
    Searched refs:pointerIconObj (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 44 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz,
52 return pointerIconObj;
55 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj,
59 if (!pointerIconObj) {
63 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj,
94 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style);
95 if (!pointerIconObj) {
100 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
102 env->DeleteLocalRef(pointerIconObj);
android_view_PointerIcon.h 69 * 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/core/jni/
com_android_server_input_InputManagerService.cpp 448 jobject pointerIconObj = env->CallObjectMethod(mServiceObj,
452 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
460 env->DeleteLocalRef(pointerIconObj);
    [all...]

Completed in 640 milliseconds