Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java417 private final static float LINE_SLOP_MULTIPLIER = 0.6f; field in TextViewActions.HandleCoordinates
490 diffY -= mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()
492 diffY += mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()