Home
last modified time | relevance | path

Searched defs:hasSelection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java57 public static ViewAssertion hasSelection(String selection) { in hasSelection() method in TextViewAssertions
72 public static ViewAssertion hasSelection(Matcher<String> selection) { in hasSelection() method in TextViewAssertions
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java201 public boolean hasSelection() { in hasSelection() method in MultiSelectManager
/frameworks/base/core/java/android/widget/
DEditor.java3657 public TextActionModeCallback(boolean hasSelection) { in TextActionModeCallback()
DTextView.java7791 public boolean hasSelection() { in hasSelection() method in TextView