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

  /frameworks/base/core/java/android/text/
DynamicLayout.java 157 int desc = fm.descent;
161 start[DESCENT] = desc;
347 ints[DESCENT] = desc;
597 return mInts.getValue(line, DESCENT);
736 private static final int DESCENT = 2;
StaticLayout.java 287 int fmDescent = fm.descent;
404 below = fm.descent;
450 fitDescent = fm.descent;
482 bufEnd, bufEnd, fm.ascent, fm.descent,
616 fm.descent = below;
631 below = fm.descent;
670 lines[off + DESCENT] = below + extra;
860 int descent = mLines[mColumns * line + DESCENT]; local
    [all...]

Completed in 25 milliseconds