Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A 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()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp222 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSpriteWithPointerIcon()
234 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style, in loadSystemIconAsSprite()
407 NativeInputManager::NativeInputManager(jobject contextObj, in NativeInputManager()
1490 jobject serviceObj, jobject contextObj, jobject messageQueueObj) { in nativeInit()