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

  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 94 setSelection(createSelection());
112 private String createSelection() {
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraph.cpp 67 TGraphSelection* TDependencyGraph::createSelection(TIntermSelection* intermSelection)
DependencyGraph.h 169 TGraphSelection* createSelection(TIntermSelection* intermSelection);
DependencyGraphBuilder.cpp 183 TGraphSelection* selection = mGraph->createSelection(intermSelection);
  /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 251 milliseconds