Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp48 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()
Dandroid_view_PointerIcon.h93 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/
Dcom_android_server_input_InputManagerService.cpp222 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSpriteWithPointerIcon() argument
225 contextObj, style, outPointerIcon); in loadSystemIconAsSpriteWithPointerIcon()
234 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSprite() argument
237 loadSystemIconAsSpriteWithPointerIcon(env, contextObj, style, &pointerIcon, outSpriteIcon); in loadSystemIconAsSprite()
261 NativeInputManager(jobject contextObj, jobject serviceObj, const sp<Looper>& looper);
407 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager() argument
1489 jobject serviceObj, jobject contextObj, jobject messageQueueObj) { in nativeInit() argument
1496 NativeInputManager* im = new NativeInputManager(contextObj, serviceObj, in nativeInit()