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