Searched refs:mCategoryLooksAdapter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java122 private CategoryAdapter mCategoryLooksAdapter = null; field in class:FilterShowActivity
382 return mCategoryLooksAdapter;
516 mCategoryLooksAdapter.imageLoaded();
763 mCategoryLooksAdapter = new CategoryAdapter(this);
765 mCategoryLooksAdapter.setItemHeight(verticalItemHeight);
766 mCategoryLooksAdapter.add(new Action(this, nullFx, Action.FULL_VIEW));
768 mCategoryLooksAdapter.add(new Action(this, representation, Action.FULL_VIEW));

Completed in 36 milliseconds