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

/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java740 private int mLastSortMode = -1; field in class:ManageApplications.ApplicationsAdapter
814 mLastSortMode = sort;
842 if (sort == mLastSortMode) {
845 mLastSortMode = sort;
872 switch (mLastSortMode) {
1069 && mLastSortMode == R.id.sort_order_size) {
1090 if (mLastSortMode == R.id.sort_order_size) {

Completed in 34 milliseconds