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

  /frameworks/base/core/java/android/text/
StaticLayout.java 291 int fmDescent = fm.descent;
464 fitDescent = fm.descent;
496 bufEnd, bufEnd, fm.ascent, fm.descent,
539 fm.descent = below;
554 below = fm.descent;
599 lines[off + DESCENT] = below + extra;
787 int descent = mLines[mColumns * line + DESCENT]; local
790 descent += getBottomPadding();
792 return descent;
    [all...]
DynamicLayout.java 158 int desc = fm.descent;
162 start[DESCENT] = desc;
348 ints[DESCENT] = desc;
592 return mInts.getValue(line, DESCENT);
731 private static final int DESCENT = 2;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 320 milliseconds