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

  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
GalleryCursorLoader.java 35 private static final String IMAGE_SELECTION = createSelection();
48 private static String createSelection() {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
GalleryBoundCursorLoader.java 36 private static final String IMAGE_SELECTION = createSelection(
45 private static String createSelection(final String[] mimeTypes, Integer[] mediaTypes) {
  /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 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...]
OutlinePage.java     [all...]

Completed in 139 milliseconds