HomeSort by relevance Sort by last modified time
    Searched full:fittop (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/text/
StaticLayout.java 302 int fitascent = 0, fitdescent = 0, fittop = 0, fitbottom = 0; local
402 if (fmtop < fittop)
403 fittop = fmtop;
438 if (fittop < oktop)
439 oktop = fittop;
474 if (fmtop < fittop)
475 fittop = fmtop;
509 fittop, fitbottom,
551 fitascent = fitdescent = fittop = fitbottom = 0;
562 if ((fittop | fitbottom | fitdescent | fitascent) == 0)
    [all...]

Completed in 31 milliseconds