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.java127 font.mIndex = nGetCollectionIndex(fontPtr); in getAvailableFonts()
168 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 },