HomeSort by relevance Sort by last modified time
    Searched defs: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/
OutlineDragListener.java 70 mDragSelection.add(selectionManager.createSelection(viewInfo));
SelectionManager.java 246 mSelections.add(createSelection(newVi));
381 mSelections.add(createSelection(vi));
406 mSelections.addFirst(createSelection(vi2));
418 mSelections.addFirst(createSelection(vi2));
458 mSelections.add(createSelection(vi));
500 mSelections.add(createSelection(viewInfo));
579 mSelections.add(createSelection(viewInfo));
597 mSelections.add(createSelection(vi));
639 mSelections.add(createSelection(root));
659 mSelections.add(createSelection(child))
    [all...]
OutlinePage.java     [all...]

Completed in 861 milliseconds