Searched refs:contextObj (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_PointerIcon.cpp | 48 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { in android_view_PointerIcon_getSystemIcon() argument 50 gPointerIconClassInfo.getSystemIcon, contextObj, style); in android_view_PointerIcon_getSystemIcon() 60 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, in android_view_PointerIcon_load() argument 69 gPointerIconClassInfo.load, contextObj)); in android_view_PointerIcon_load() 110 status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject contextObj, in android_view_PointerIcon_loadSystemIcon() argument 112 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style); in android_view_PointerIcon_loadSystemIcon() 119 contextObj, outPointerIcon); in android_view_PointerIcon_loadSystemIcon()
|
D | android_view_PointerIcon.h | 93 jobject contextObj, int32_t style); 98 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon); 108 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 158 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSpriteWithPointerIcon() argument 161 contextObj, style, outPointerIcon); in loadSystemIconAsSpriteWithPointerIcon() 174 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSprite() argument 177 loadSystemIconAsSpriteWithPointerIcon(env, contextObj, style, &pointerIcon, outSpriteIcon); in loadSystemIconAsSprite() 201 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper); 333 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() argument 1318 jobject serviceObj, jobject contextObj, jobject messageQueueObj) { in nativeInit() argument 1325 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, in nativeInit()
|