HomeSort by relevance Sort by last modified time
    Searched refs:CategoryAdapter (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 32 private CategoryAdapter mAdapter;
59 public void setAdapter(CategoryAdapter adapter) {
CategoryAdapter.java 31 public class CategoryAdapter extends ArrayAdapter<Action> {
33 private static final String LOGTAG = "CategoryAdapter";
43 public CategoryAdapter(Context context, int textViewResourceId) {
48 public CategoryAdapter(Context context) {
CategoryView.java 42 CategoryAdapter mAdapter;
130 public void setAction(Action action, CategoryAdapter adapter) {
CategoryPanel.java 39 private CategoryAdapter mAdapter;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 74 import com.android.gallery3d.filtershow.category.CategoryAdapter;
176 private CategoryAdapter mCategoryLooksAdapter = null;
177 private CategoryAdapter mCategoryBordersAdapter = null;
178 private CategoryAdapter mCategoryGeometryAdapter = null;
179 private CategoryAdapter mCategoryFiltersAdapter = null;
180 private CategoryAdapter mCategoryVersionsAdapter = null;
393 mCategoryVersionsAdapter = new CategoryAdapter(this);
462 mCategoryFiltersAdapter = new CategoryAdapter(this);
477 mCategoryGeometryAdapter = new CategoryAdapter(this);
573 mCategoryBordersAdapter = new CategoryAdapter(this)
    [all...]

Completed in 1039 milliseconds