Searched defs:SORT_ORDER_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java169 public static final int SORT_ORDER_SIZE = MENU_OPTIONS_BASE + 5; field in class:ManageApplications
632 case SORT_ORDER_SIZE:
736 && mLastSortMode == SORT_ORDER_SIZE) {
751 if (mLastSortMode == SORT_ORDER_SIZE) {
845 mSortOrder = SORT_ORDER_SIZE;
1042 menu.add(0, SORT_ORDER_SIZE, 2, R.string.sort_order_size)
1084 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(false);
1090 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(mSortOrder != SORT_ORDER_SIZE);
1191 if ((menuId == SORT_ORDER_ALPHA) || (menuId == SORT_ORDER_SIZE)) {
[all...]

Completed in 12 milliseconds