Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
DSelection.java425 int off1, int off2) { in chooseHorizontal() argument
427 int line2 = layout.getLineForOffset(off2); in chooseHorizontal()
433 float h2 = layout.getPrimaryHorizontal(off2); in chooseHorizontal()
441 return off2; in chooseHorizontal()
448 return off2; in chooseHorizontal()
461 return Math.max(off1, off2); in chooseHorizontal()
463 return Math.min(off1, off2); in chooseHorizontal()