Home
last modified time | relevance | path

Searched defs:nInit (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DHyphenator.java32 private static native void nInit(); in nInit() method in Hyphenator
/aosp14/frameworks/base/libs/hwui/jni/text/
H A DLineBreaker.cpp57 static jlong nInit(JNIEnv* env, jclass /* unused */, in nInit() function
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DLineBreaker.java494 private static native long nInit(@BreakStrategy int breakStrategy, in nInit() method in LineBreaker
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java30 native long nInit(long options); in nInit() method in TestInterface
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPath.java834 private static native long nInit(); in nInit() method in Path
835 private static native long nInit(long nPath); in nInit() method in Path
H A DPaint.java3354 private static native long nInit(); in nInit() method in Paint