Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java376 public static void stopSelecting(View view, Spannable content) { in stopSelecting() method in MetaKeyKeyListener
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java933 private static void stopSelecting(View view, Spannable content) { in stopSelecting() method in EditStyledText
1454 stopSelecting(mEST, mEST.getText()); in fixSelectionAndDoNextAction()
1597 stopSelecting(mEST, mEST.getText()); in unsetSelect()
1661 stopSelecting(mEST, mEST.getText()); in resumeSelection()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java8880 MetaKeyKeyListener.stopSelecting(this, sp); in setExtractedText()
13823 MetaKeyKeyListener.stopSelecting(TextView.this, buffer); in afterTextChanged()