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

  /sdk/traceview/src/com/android/traceview/
SelectionController.java 26 public void change(ArrayList<Selection> selections, Object arg) {
27 this.mSelections = selections;
ProfileView.java 224 ArrayList<Selection> selections = new ArrayList<Selection>();
225 selections.add(Selection.highlight("MethodData", md));
226 mSelectionController.change(selections, "ProfileView");
255 ArrayList<Selection> selections;
256 selections = mSelectionController.getSelections();
257 for (Selection selection : selections) {
TimeLineView.java 325 ArrayList<Selection> selections; local
326 selections = mSelectionController.getSelections();
327 for (Selection selection : selections) {
1035 ArrayList<Selection> selections = new ArrayList<Selection>(); local
    [all...]

Completed in 28 milliseconds