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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 95 private final AllocationSorter mSorter = new AllocationSorter();
114 Arrays.sort(allocs, mSorter);
340 switch (mSorter.getSortMode()) {
358 mSortColumn.setImage(mSorter.isDescending() ? mSortDownImg : mSortUpImg);
608 mSorter.setSortMode(sortMode);
618 if (mSorter.isDescending()) {
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 72 private final Comparator<NamedGesture> mSorter = new Comparator<NamedGesture>() {
311 adapter.sort(mSorter);
381 adapter.sort(mSorter);

Completed in 39 milliseconds