Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt270 baseLayout.zip(targetLayout) { baseLine, targetLine ->
272 baseLine.zip(targetLine) { base, target ->