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

/frameworks/base/core/java/android/text/
H A DBoringLayout.java202 TextLine line = TextLine.obtain();
206 TextLine.recycle(line);
291 TextLine line = TextLine.obtain();
295 TextLine.recycle(line);
H A DLayout.java397 TextLine tl = TextLine.obtain();
544 TextLine.recycle(tl);
1092 TextLine tl = TextLine.obtain();
1095 TextLine.recycle(tl);
1216 TextLine tl = TextLine.obtain();
1224 TextLine.recycle(tl);
1243 TextLine t
[all...]
H A DTextLine.java47 class TextLine { class
78 private static final TextLine[] sCached = new TextLine[3];
81 * Returns a new TextLine from the shared pool.
83 * @return an uninitialized TextLine
85 static TextLine obtain() {
86 TextLine tl;
96 tl = new TextLine();
104 * Puts a TextLine back into the shared pool. Do not use this TextLine onc
[all...]
/frameworks/base/config/
H A Dpreloaded-classes2099 android.text.TextLine
2100 android.text.TextLine$DecorationInfo
H A Dcompiled-classes-phone4079 android.text.TextLine
4080 android.text.TextLine$DecorationInfo

Completed in 726 milliseconds