HomeSort by relevance Sort by last modified time
    Searched refs:TextLine (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/text/
BoringLayout.java 207 TextLine line = TextLine.obtain();
211 TextLine.recycle(line);
301 TextLine line = TextLine.obtain();
305 TextLine.recycle(line);
Layout.java 224 TextLine tl = TextLine.obtain();
359 TextLine.recycle(tl);
851 TextLine tl = TextLine.obtain();
854 TextLine.recycle(tl);
    [all...]
TextLine.java 45 class TextLine {
67 private static final TextLine[] sCached = new TextLine[3];
70 * Returns a new TextLine from the shared pool.
72 * @return an uninitialized TextLine
74 static TextLine obtain() {
75 TextLine tl;
85 tl = new TextLine();
93 * Puts a TextLine back into the shared pool. Do not use this TextLine onc
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 451 milliseconds