Home
last modified time | relevance | path

Searched refs:CategoryPanel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DMainPanel.java139 private void setCategoryFragment(CategoryPanel category, boolean fromRight) { in setCategoryFragment()
146 transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG); in setCategoryFragment()
156 CategoryPanel categoryPanel = new CategoryPanel(); in loadCategoryLookPanel()
169 CategoryPanel categoryPanel = new CategoryPanel(); in loadCategoryBorderPanel()
185 CategoryPanel categoryPanel = new CategoryPanel(); in loadCategoryGeometryPanel()
198 CategoryPanel categoryPanel = new CategoryPanel(); in loadCategoryFiltersPanel()
213 CategoryPanel categoryPanel = new CategoryPanel(); in loadCategoryVersionsPanel()
DCategoryPanel.java33 public class CategoryPanel extends Fragment implements View.OnClickListener { class