HomeSort by relevance Sort by last modified time
    Searched refs:m_setTitle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 28 jmethodID m_setTitle;
34 m_setTitle = NULL;
90 env->CallVoidMethod(gActivityGlue.m_obj, gActivityGlue.m_setTitle, string);
181 gActivityGlue.m_setTitle = GetJMethod(env, clazz, "setTitle", "(Ljava/lang/CharSequence;)V");
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.cpp 28 jmethodID m_setTitle;
34 m_setTitle = NULL;
90 env->CallVoidMethod(gActivityGlue.m_obj, gActivityGlue.m_setTitle, string);
181 gActivityGlue.m_setTitle = GetJMethod(env, clazz, "setTitle", "(Ljava/lang/CharSequence;)V");

Completed in 319 milliseconds