Searched refs:targetLine (Results 1 – 2 of 2) sorted by relevance
562 final int targetLine = layout.getLineForOffset(mIndex); in locateHandlePointsTextIndex() local590 if (currentLine > targetLine) { in locateHandlePointsTextIndex()592 } else if (currentLine < targetLine) { in locateHandlePointsTextIndex()
263 lines = baseLayout.zip(targetLayout) { baseLine, targetLine ->264 val runs = baseLine.zip(targetLine) { base, target ->