Searched defs:hasSelection (Results 1 - 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocsSelectionHelper.java71 public boolean hasSelection() { method in class:DocsSelectionHelper
72 return mDelegate.hasSelection();
207 public boolean hasSelection() { method in class:DocsSelectionHelper.DummySelectionHelper
H A DBaseActivity.java661 public boolean hasSelection() { method in class:BaseActivity.RetainedState
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionHelper.java44 public abstract boolean hasSelection(); method in class:SelectionHelper
H A DDefaultSelectionHelper.java130 public boolean hasSelection() { method in class:DefaultSelectionHelper
179 if (!hasSelection()) {
197 if (hasSelection()) {
216 if (mSingleSelect && hasSelection()) {
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDocsSelectionHelperTest.java78 mSelectionMgr.hasSelection();
139 public boolean hasSelection() { method in class:DocsSelectionHelperTest.TestSelectionManager
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java984 public boolean hasSelection() { method in class:RichInputConnection
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java182 public boolean hasSelection() { method in class:PhotoTable
191 if (hasSelection()) {
226 if (hasSelection() && mOnDeck[NEXT] != null) {
240 if (hasSelection() && mOnDeck[PREV] != null) {
252 if (hasSelection()) {
412 if (hasSelection()) {
442 if (hasSelection()) {
521 if (hasSelection() && getSelection() == mParent) {
571 if (table.hasSelection()) {
601 if (!hasSelection()) {
[all...]

Completed in 190 milliseconds