Searched refs:TextLine (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java36 final TextLine tl = TextLine.obtain();
44 TextLine.recycle(tl);
/frameworks/base/core/java/android/text/
H A DBoringLayout.java259 TextLine line = TextLine.obtain();
263 TextLine.recycle(line);
347 TextLine line = TextLine.obtain();
351 TextLine.recycle(line);
H A DLayout.java427 TextLine tl = TextLine.obtain();
573 TextLine.recycle(tl);
1182 TextLine tl = TextLine.obtain();
1185 TextLine.recycle(tl);
1221 TextLine tl = TextLine.obtain();
1230 TextLine.recycle(tl);
1360 final TextLine t
[all...]
H A DTextLine.java49 public class TextLine { class
81 private static final TextLine[] sCached = new TextLine[3];
84 * Returns a new TextLine from the shared pool.
86 * @return an uninitialized TextLine
89 public static TextLine obtain() {
90 TextLine tl;
100 tl = new TextLine();
108 * Puts a TextLine back into the shared pool. Do not use this TextLine onc
[all...]
/frameworks/base/config/
H A Dpreloaded-classes2990 android.text.TextLine
2991 android.text.TextLine$DecorationInfo
H A Dboot-image-profile.txt6013 HPLandroid/text/TextLine;->getOffsetBeforeAfter(IIIZIZ)I
6014 HPLandroid/text/TextLine;->getOffsetToLeftRightOf(IZ)I
6015 HPLandroid/text/TextLine;->nextTab(F)F
[all...]

Completed in 129 milliseconds