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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
ImageStateAdapter.java 29 public class ImageStateAdapter extends ArrayAdapter<ImageFilter> {
30 private static final String LOGTAG = "ImageStateAdapter";
32 public ImageStateAdapter(Context context, int textViewResourceId) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
ImagePreset.java 22 import com.android.gallery3d.filtershow.ImageStateAdapter;
306 public void fillImageStateAdapter(ImageStateAdapter imageStateAdapter) {
307 if (imageStateAdapter == null) {
310 imageStateAdapter.clear();
311 imageStateAdapter.addAll(mFilters);
312 imageStateAdapter.notifyDataSetChanged();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 40 import com.android.gallery3d.filtershow.ImageStateAdapter;
84 private ImageStateAdapter mImageStateAdapter = null;
253 mImageStateAdapter = new ImageStateAdapter(context,

Completed in 6076 milliseconds