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

/frameworks/base/core/jni/
H A Dandroid_text_StaticLayout.cpp190 static void nGetWidths(JNIEnv* env, jclass, jlong nativePtr, jfloatArray widths) { function in namespace:android
207 {"nGetWidths", "(J[F)V", (void*) nGetWidths},
/frameworks/layoutlib/bridge/src/android/text/
H A DStaticLayout_Delegate.java123 /*package*/ static void nGetWidths(long nativeBuilder, float[] floatsArray) { method in class:StaticLayout_Delegate
/frameworks/base/core/java/android/text/
H A DStaticLayout.java362 * After measurement, nGetWidths() is valid if the widths are needed (eg for ellipsis).
773 nGetWidths(b.mNativePtr, widths);
1343 private static native void nGetWidths(long nativePtr, float[] widths); method in class:StaticLayout

Completed in 664 milliseconds