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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryAdapter.java93 convertView = new CategoryView(getContext());
95 CategoryView view = (CategoryView) convertView;
102 if (mOrientation == CategoryView.HORIZONTAL) {
109 && mOrientation == CategoryView.VERTICAL) {
H A DCategoryView.java33 public class CategoryView extends IconView class in inherits:IconView,View.OnClickListener,SwipableView
36 private static final String LOGTAG = "CategoryView";
55 public CategoryView(Context context) { method in class:CategoryView
93 if (getOrientation() == CategoryView.VERTICAL) {
187 if (getOrientation() == CategoryView.VERTICAL) {
H A DCategoryPanel.java118 mAdapter.setOrientation(CategoryView.HORIZONTAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
H A DUserPresetsAdapter.java30 import com.android.gallery3d.filtershow.category.CategoryView;
112 action.setImageFrame(new Rect(0, 0, mIconSize, mIconSize), CategoryView.VERTICAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java76 import com.android.gallery3d.filtershow.category.CategoryView;
1445 int direction = CategoryView.HORIZONTAL;
1446 if (mHandledSwipeView instanceof CategoryView) {
1447 direction = ((CategoryView) mHandledSwipeView).getOrientation();
1452 if (direction == CategoryView.VERTICAL) {
1471 if (direction == CategoryView.VERTICAL) {

Completed in 71 milliseconds