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