Searched defs:contextObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp48 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { argument
50 gPointerIconClassInfo.getSystemIcon, contextObj, style);
60 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, argument
69 gPointerIconClassInfo.load, contextObj));
107 status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject contextObj, argument
109 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style);
116 contextObj, outPointerIcon);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp155 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, argument
158 contextObj, style, outPointerIcon);
166 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, argument
169 loadSystemIconAsSpriteWithPointerIcon(env, contextObj, style, &pointerIcon, outSpriteIcon);
187 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
301 NativeInputManager::NativeInputManager(jobject contextObj, argument
306 mContextObj = env->NewGlobalRef(contextObj);
1110 jobject serviceObj, jobject contextObj, jobject messageQueueObj) {
1117 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj,
1109 nativeInit(JNIEnv* env, jclass , jobject serviceObj, jobject contextObj, jobject messageQueueObj) argument

Completed in 51 milliseconds