Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java562 final int targetLine = layout.getLineForOffset(mIndex); in locateHandlePointsTextIndex() local
590 if (currentLine > targetLine) { in locateHandlePointsTextIndex()
592 } else if (currentLine < targetLine) { in locateHandlePointsTextIndex()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt270 baseLayout.zip(targetLayout) { baseLine, targetLine -> in <lambda>() method
272 baseLine.zip(targetLine) { base, target -> in <lambda>()