Searched refs:TRIM_DELTA (Results 1 – 1 of 1) sorted by relevance
1053 private static final int TRIM_DELTA = 120; // characters field in SelectionActionModeHelper.TextClassificationHelper1199 mTrimStart = Math.max(0, mSelectionStart - TRIM_DELTA); in trimText()1200 final int referenceEnd = Math.min(mText.length(), mSelectionEnd + TRIM_DELTA); in trimText()