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