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

  /frameworks/base/core/java/android/text/
StaticLayout.java 513 : new Ellipsizer(source),
528 * In other words, the two Ellipsizer classes in Layout.java need a (Dynamic|Static)Layout
531 * dependency, we construct the Ellipsizer with only one of the parameters, the text. And
538 Ellipsizer e = (Ellipsizer) getText();
576 : new Ellipsizer(b.mText),
580 Ellipsizer e = (Ellipsizer) getText();
    [all...]
DynamicLayout.java 407 return new Ellipsizer(display);
423 * In other words, the two Ellipsizer classes in Layout.java need a
426 * around the circular dependency, we construct the Ellipsizer with only one of the
433 final Ellipsizer e = (Ellipsizer) getText();
    [all...]
Layout.java     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 593 milliseconds