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

  /frameworks/base/core/java/android/text/
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/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 775 milliseconds