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

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java170 public static final int SORT_ORDER_SIZE = MENU_OPTIONS_BASE + 5; field in class:ManageApplications
658 case SORT_ORDER_SIZE:
762 && mLastSortMode == SORT_ORDER_SIZE) {
777 if (mLastSortMode == SORT_ORDER_SIZE) {
872 mSortOrder = SORT_ORDER_SIZE;
1095 menu.add(0, SORT_ORDER_SIZE, 2, R.string.sort_order_size)
1137 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(false);
1144 mOptionsMenu.findItem(SORT_ORDER_SIZE).setVisible(mSortOrder != SORT_ORDER_SIZE);
1245 if ((menuId == SORT_ORDER_ALPHA) || (menuId == SORT_ORDER_SIZE)) {
[all...]

Completed in 64 milliseconds