Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java518 private final static float LINE_SLOP_MULTIPLIER = 0.6f; field in TextViewActions.HandleCoordinates
591 diffY -= mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()
593 diffY += mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()