Searched refs:TRIM_DELTA (Results 1 – 2 of 2) sorted by relevance
1016 private static final int TRIM_DELTA = 120; // characters field in SelectionActionModeHelper.TextClassificationHelper1162 mTrimStart = Math.max(0, mSelectionStart - TRIM_DELTA); in trimText()1163 final int referenceEnd = Math.min(mText.length(), mSelectionEnd + TRIM_DELTA); in trimText()
90160 Landroid/widget/SelectionActionModeHelper$TextClassificationHelper;->TRIM_DELTA:I