예제 #1
0
 public void setSorting(SortType type) {
   mSorting = type;
   setViewSetting(mPath, "sort", type.toString());
 }