Searched refs:FILTERS (Results 1 – 6 of 6) sorted by relevance
47 public static final int FILTERS = 3; field in MainPanel71 case FILTERS: { in selection()122 showPanel(FILTERS); in onCreateView()193 if (mCurrentSelected == FILTERS) { in loadCategoryFiltersPanel()196 boolean fromRight = isRightAnimation(FILTERS); in loadCategoryFiltersPanel()199 categoryPanel.setAdapter(FILTERS); in loadCategoryFiltersPanel()201 mCurrentSelected = FILTERS; in loadCategoryFiltersPanel()234 case FILTERS: { in showPanel()
78 case MainPanel.FILTERS: { in loadAdapter()81 mAdapter.initializeSelection(MainPanel.FILTERS); in loadAdapter()
69 verify(mPackageManager, times(CrossProfileIntentFiltersSetter.FILTERS.size())) in testSetFilters()115 verify(mPackageManager, times(CrossProfileIntentFiltersSetter.FILTERS.size())) in testResetFilters_OneProfile()
41 public final static int FILTERS = 4; field in BitmapCache94 case FILTERS: return "FILTERS"; in getTrackingName()
234 static final List<CrossProfileIntentFilter> FILTERS = Arrays.asList( field in CrossProfileIntentFiltersSetter305 for (CrossProfileIntentFilter filter : FILTERS) { in setFilters()
273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS); in renderFilters()