Searched defs:LineBreaks (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DStaticLayout.java573 LineBreaks lineBreaks = new LineBreaks(); // TODO: move to builder to avoid allocation costs
1267 // populates LineBreaks and returns the number of breaks found
1269 // the arrays inside the LineBreaks objects are passed in as well
1272 private static native int nComputeLineBreaks(long nativePtr, LineBreaks recycle,
1307 /*package*/ static class LineBreaks { class in class:StaticLayout

Completed in 497 milliseconds