Home
last modified time | relevance | path

Searched refs:nGetCollectionIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontHelper.java55 .setTtcIndex(nGetCollectionIndex(fontPtr)) in getAvailableFonts()
91 private static native int nGetCollectionIndex(long ptr); in nGetCollectionIndex() method in NativeSystemFontHelper
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp171 jint nGetCollectionIndex(JNIEnv*, jclass, jlong ptr) { in nGetCollectionIndex() function
225 { "nGetCollectionIndex", "(J)I", (void*) nGetCollectionIndex },