Home
last modified time | relevance | path

Searched defs:contextObj (Results 1 – 2 of 2) 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()
60 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj, in android_view_PointerIcon_load()
110 status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject contextObj, in android_view_PointerIcon_loadSystemIcon()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp163 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSpriteWithPointerIcon()
179 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSprite()
324 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager()
1235 jobject serviceObj, jobject contextObj, jobject messageQueueObj) { in nativeInit()