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

  /frameworks/base/core/tests/coretests/src/android/text/
TextLineTest.java 36 final TextLine tl = TextLine.obtain();
44 TextLine.recycle(tl);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 611 CHAR8 TextLine[0x11];
627 TextLine[Line++] = ConvertToTextLine(*Address++);
628 TextLine[Line++] = ConvertToTextLine(*Address++);
629 TextLine[Line++] = ConvertToTextLine(*Address++);
630 TextLine[Line++] = ConvertToTextLine(*Address++);
641 TextLine[Line++] = ConvertToTextLine(*Address++);
642 TextLine[Line++] = ConvertToTextLine(*Address++);
652 TextLine[Line++] = ConvertToTextLine(*Address++);
682 TextLine[Line] = 0;
683 AsciiPrint ("|%a|\n", TextLine);
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 259 TextLine line = TextLine.obtain();
263 TextLine.recycle(line);
347 TextLine line = TextLine.obtain();
351 TextLine.recycle(line);
Layout.java 427 TextLine tl = TextLine.obtain();
573 TextLine.recycle(tl);
    [all...]
TextLine.java 49 public class TextLine {
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...]
  /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 
  /frameworks/base/config/
preloaded-classes     [all...]
boot-image-profile.txt     [all...]

Completed in 455 milliseconds