Searched refs:CategoryPanel (Results 1 – 2 of 2) sorted by relevance
139 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()
33 public class CategoryPanel extends Fragment implements View.OnClickListener { class