HomeSort by relevance Sort by last modified time
    Searched refs:canSetState (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
SelectionManager.java 77 public SelectionManager reset(DocumentsAdapter adapter, SelectionPredicate canSetState) {
88 assert(canSetState != null);
91 mCanSetState = canSetState;
223 ? canSetState(id, true) && mSelection.add(id)
224 : canSetState(id, false) && mSelection.remove(id);
395 if (canSetState(id, false)) {
412 boolean canSelect = canSetState(id, true);
424 boolean canSetState(String id, boolean nextState) {
436 if (!canSetState(id, true)) {
501 boolean canSelect = canSetState(id, true)
    [all...]
BandController.java 339 return mSelectionManager.canSetState(id, nextState);
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
SelectionManagers.java 48 DocumentsAdapter adapter, @SelectionMode int mode, SelectionPredicate canSetState) {
50 manager.reset(adapter, canSetState);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Injector.java 111 DocumentsAdapter adapter, SelectionPredicate canSetState) {
112 return selectionMgr.reset(adapter, canSetState);

Completed in 2692 milliseconds