Searched refs:mLastSortDirection (Results 1 – 2 of 2) sorted by relevance
42 @SortDirection int mLastSortDirection; field in DirectoryState56 mLastSortDirection = bundle.getInt(EXTRA_SORT_DIRECTION); in restore()65 bundle.putInt(EXTRA_SORT_DIRECTION, mLastSortDirection); in save()
1410 || mLocalState.mLastSortDirection != curSortedDimension.getSortDirection()) { in accept()1416 mLocalState.mLastSortDirection = curSortedDimension.getSortDirection(); in accept()