Searched defs:getLineExtent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DLayout.java378 int max = (int)getLineExtent(lineNum, tabStops, false);
551 int max = (int)getLineExtent(line, tabStops, false);
1023 float signedExtent = getLineExtent(line, false);
1033 float signedExtent = getLineExtent(line, true);
1038 * Like {@link #getLineExtent(int,TabStops,boolean)} but determines the
1044 private float getLineExtent(int line, boolean full) { method in class:Layout
1080 private float getLineExtent(int line, TabStops tabStops, boolean full) { method in class:Layout

Completed in 28 milliseconds