Searched refs:GetJMethod (Results 1 - 1 of 1) sorted by relevance

/external/skia/platform_tools/android/app/jni/
H A Dcom_skia_SkiaSampleRenderer.cpp166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], function
181 gActivityGlue.m_setTitle = GetJMethod(env, clazz, "setTitle", "(Ljava/lang/CharSequence;)V");
182 gActivityGlue.m_setSlideList = GetJMethod(env, clazz, "setSlideList", "([Ljava/lang/String;)V");
183 gActivityGlue.m_addToDownloads = GetJMethod(env, clazz, "addToDownloads",
190 gWindowGlue.m_inval = GetJMethod(env, clazz, "requestRender", "()V");
191 gWindowGlue.m_queueSkEvent = GetJMethod(env, clazz, "queueSkEvent", "()V");
192 gWindowGlue.m_startTimer = GetJMethod(env, clazz, "startTimer", "(I)V");
193 gWindowGlue.m_getMSAASampleCount = GetJMethod(env, clazz, "getMSAASampleCount", "()I");

Completed in 79 milliseconds