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

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.h66 jobject contextObj, int32_t style);
71 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon);
76 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);
H A Dandroid_view_PointerIcon.cpp43 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { argument
45 gPointerIconClassInfo.getSystemIcon, contextObj, style);
55 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, argument
64 gPointerIconClassInfo.load, contextObj);
92 status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject contextObj, argument
94 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style);
101 contextObj, outPointerIcon);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp147 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, argument
151 contextObj, style, &pointerIcon);
174 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
280 NativeInputManager::NativeInputManager(jobject contextObj, argument
285 mContextObj = env->NewGlobalRef(contextObj);
1010 jobject serviceObj, jobject contextObj, jobject messageQueueObj) {
1017 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj,
1009 nativeInit(JNIEnv* env, jclass clazz, jobject serviceObj, jobject contextObj, jobject messageQueueObj) argument

Completed in 174 milliseconds