Searched refs:LINE_SLOP_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
518 private final static float LINE_SLOP_MULTIPLIER = 0.6f; field in TextViewActions.HandleCoordinates591 diffY -= mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()593 diffY += mTextView.getLineHeight() * LINE_SLOP_MULTIPLIER; in locateHandlePointsTextIndex()