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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 30 public class CategoryTrack extends LinearLayout {
53 public CategoryTrack(Context context, AttributeSet attrs) {
55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack);
CategoryPanel.java 115 if (panelView instanceof CategoryTrack) {
116 CategoryTrack panel = (CategoryTrack) panelView;
CategoryAdapter.java 138 CategoryTrack ct = (CategoryTrack) mContainer;

Completed in 205 milliseconds