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

  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 94 setSelection(createSelection());
112 private String createSelection() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 262 mSelections.add(createSelection(newVi));
397 mSelections.add(createSelection(vi));
422 mSelections.addFirst(createSelection(vi2));
434 mSelections.addFirst(createSelection(vi2));
478 item = createSelection(vi);
523 mSelections.add(createSelection(viewInfo));
602 mSelections.add(createSelection(viewInfo));
620 mSelections.add(createSelection(vi));
662 mSelections.add(createSelection(root));
682 mSelections.add(createSelection(child))
    [all...]
OutlineDragListener.java 70 mDragSelection.add(selectionManager.createSelection(viewInfo));
OutlinePage.java     [all...]

Completed in 931 milliseconds