OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextObj
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/
android_view_PointerIcon.h
66
jobject
contextObj
, int32_t style);
71
jobject pointerIconObj, jobject
contextObj
, PointerIcon* outPointerIcon);
76
jobject
contextObj
, int32_t style, PointerIcon* outPointerIcon);
android_view_PointerIcon.cpp
42
jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject
contextObj
, int32_t style) {
44
gPointerIconClassInfo.getSystemIcon,
contextObj
, style);
54
status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject
contextObj
,
63
gPointerIconClassInfo.load,
contextObj
);
91
status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject
contextObj
,
93
jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env,
contextObj
, style);
100
contextObj
, outPointerIcon);
/external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm
65
CGLContextObj
contextObj
;
66
CGLCreateContext(pixelFormat, m_context->platformGraphicsContext3D(), &
contextObj
);
67
return
contextObj
;
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
132
static void loadSystemIconAsSprite(JNIEnv* env, jobject
contextObj
, int32_t style,
136
contextObj
, style, &pointerIcon);
161
NativeInputManager(jobject
contextObj
, jobject serviceObj, const sp<Looper>& looper);
263
NativeInputManager::NativeInputManager(jobject
contextObj
,
268
mContextObj = env->NewGlobalRef(
contextObj
);
[
all
...]
/external/libxml2/
xpath.c
[
all
...]
Completed in 611 milliseconds