Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java562 final int targetLine = layout.getLineForOffset(mIndex); in locateHandlePointsTextIndex() local
590 if (currentLine > targetLine) { in locateHandlePointsTextIndex()
592 } else if (currentLine < targetLine) { in locateHandlePointsTextIndex()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DTextInterpolator.kt263 lines = baseLayout.zip(targetLayout) { baseLine, targetLine ->
264 val runs = baseLine.zip(targetLine) { base, target ->