Searched defs:constructor (Results 1 - 4 of 4) sorted by relevance

/development/samples/BrowserPlugin/jni/video/
H A DVideoPlugin.cpp86 jmethodID constructor = env->GetMethodID(videoClass, "<init>", "(Landroid/content/Context;)V"); local
87 jobject videoSurface = env->NewObject(videoClass, constructor, m_context);
/development/samples/BrowserPlugin/jni/animation/
H A DAnimationPlugin.cpp95 jmethodID constructor = env->GetMethodID(fullScreenClass, "<init>", "(Landroid/content/Context;)V"); local
96 jobject fullScreenSurface = env->NewObject(fullScreenClass, constructor, m_context);
/development/samples/BrowserPlugin/jni/paint/
H A DPaintPlugin.cpp250 jmethodID constructor = env->GetMethodID(paintClass, "<init>", "(Landroid/content/Context;III)V"); local
251 jobject paintSurface = env->NewObject(paintClass, constructor, m_context, (int)inst(), pW, pH);
/development/samples/BrowserPlugin/jni/background/
H A DBackgroundPlugin.cpp107 jmethodID constructor = env->GetMethodID(backgroundClass, "<init>", "(Landroid/content/Context;)V"); local
108 jobject backgroundSurface = env->NewObject(backgroundClass, constructor, m_context);
485 jmethodID constructor = env->GetMethodID(backgroundClass, "<init>", "()V"); local
487 jobject backgroundObject = env->NewObject(backgroundClass, constructor);

Completed in 121 milliseconds