HomeSort by relevance Sort by last modified time
    Searched full:createselection (Results 1 - 8 of 8) 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/src/compiler/translator/depgraph/
DependencyGraph.cpp 67 TGraphSelection* TDependencyGraph::createSelection(TIntermSelection* intermSelection)
DependencyGraph.h 169 TGraphSelection* createSelection(TIntermSelection* intermSelection);
DependencyGraphBuilder.cpp 208 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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 672 createSelection: function(entryIndex)
864 var timelineSelection = this._dataProvider.createSelection(entryIndex);

Completed in 886 milliseconds