Home
last modified time | relevance | path

Searched refs:startSelectionActionModeAsync (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java110 public void startSelectionActionModeAsync(boolean adjustSelection) { in startSelectionActionModeAsync() method in SelectionActionModeHelper
DEditor.java2094 startSelectionActionModeAsync(false); in refreshTextActionMode()
2099 startSelectionActionModeAsync(false); in refreshTextActionMode()
2153 void startSelectionActionModeAsync(boolean adjustSelection) { in startSelectionActionModeAsync() method in Editor
2154 getSelectionActionModeHelper().startSelectionActionModeAsync(adjustSelection); in startSelectionActionModeAsync()
6043 startSelectionActionModeAsync(mHaventMovedEnoughToStartDrag);
DTextView.java11935 mEditor.startSelectionActionModeAsync(false); in performAccessibilityActionInternal()