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 43 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz,
51 return pointerIconObj;
54 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj,
58 if (!pointerIconObj) {
62 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj,
93 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style);
94 if (!pointerIconObj) {
99 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
101 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/jni/
com_android_server_InputManager.cpp 470 jobject pointerIconObj = env->CallObjectMethod(mCallbacksObj,
474 status_t status = android_view_PointerIcon_load(env, pointerIconObj,
482 env->DeleteLocalRef(pointerIconObj);
    [all...]

Completed in 340 milliseconds