HomeSort by relevance Sort by last modified time
    Searched defs:filtershow (Results 176 - 198 of 198) sorted by null

1 2 3 4 5 6 78

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java 16 package com.android.gallery3d.filtershow.editors;
33 import com.android.gallery3d.filtershow.FilterShowActivity;
34 import com.android.gallery3d.filtershow.controller.BasicParameterStyle;
35 import com.android.gallery3d.filtershow.controller.BitmapCaller;
36 import com.android.gallery3d.filtershow.controller.FilterView;
37 import com.android.gallery3d.filtershow.controller.Parameter;
38 import com.android.gallery3d.filtershow.filters.FilterBasicRepresentation;
39 import com.android.gallery3d.filtershow.filters.FilterChanSatRepresentation;
40 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
41 import com.android.gallery3d.filtershow.imageshow.MasterImage
    [all...]
EditorGrad.java 16 package com.android.gallery3d.filtershow.editors;
34 import com.android.gallery3d.filtershow.FilterShowActivity;
35 import com.android.gallery3d.filtershow.controller.Control;
36 import com.android.gallery3d.filtershow.controller.FilterView;
37 import com.android.gallery3d.filtershow.controller.Parameter;
38 import com.android.gallery3d.filtershow.controller.ParameterActionAndInt;
39 import com.android.gallery3d.filtershow.filters.FilterGradRepresentation;
40 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
41 import com.android.gallery3d.filtershow.imageshow.ImageGrad;
42 import com.android.gallery3d.filtershow.imageshow.MasterImage
    [all...]
EditorVignette.java 17 package com.android.gallery3d.filtershow.editors;
32 import com.android.gallery3d.filtershow.FilterShowActivity;
33 import com.android.gallery3d.filtershow.controller.BasicParameterInt;
34 import com.android.gallery3d.filtershow.controller.Parameter;
35 import com.android.gallery3d.filtershow.filters.FilterVignetteRepresentation;
36 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
37 import com.android.gallery3d.filtershow.imageshow.ImageVignette;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 16 package com.android.gallery3d.filtershow.filters;
23 import com.android.gallery3d.filtershow.editors.EditorGrad;
24 import com.android.gallery3d.filtershow.imageshow.MasterImage;
25 import com.android.gallery3d.filtershow.imageshow.Line;
FilterVignetteRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
23 import com.android.gallery3d.filtershow.controller.BasicParameterInt;
24 import com.android.gallery3d.filtershow.controller.Parameter;
25 import com.android.gallery3d.filtershow.editors.EditorVignette;
26 import com.android.gallery3d.filtershow.imageshow.Oval;
FilterDrawRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
27 import com.android.gallery3d.filtershow.controller.BasicParameterInt;
28 import com.android.gallery3d.filtershow.controller.BasicParameterStyle;
29 import com.android.gallery3d.filtershow.controller.Parameter;
30 import com.android.gallery3d.filtershow.controller.ParameterBrightness;
31 import com.android.gallery3d.filtershow.controller.ParameterColor;
32 import com.android.gallery3d.filtershow.controller.ParameterHue;
33 import com.android.gallery3d.filtershow.controller.ParameterOpacity;
34 import com.android.gallery3d.filtershow.controller.ParameterSaturation;
35 import com.android.gallery3d.filtershow.editors.EditorDraw
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 17 package com.android.gallery3d.filtershow.imageshow;
ImageCrop.java 17 package com.android.gallery3d.filtershow.imageshow;
32 import com.android.gallery3d.filtershow.crop.CropDrawingUtils;
33 import com.android.gallery3d.filtershow.crop.CropMath;
34 import com.android.gallery3d.filtershow.crop.CropObject;
35 import com.android.gallery3d.filtershow.editors.EditorCrop;
36 import com.android.gallery3d.filtershow.filters.FilterCropRepresentation;
37 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
ImageDraw.java 2 package com.android.gallery3d.filtershow.imageshow;
24 import com.android.gallery3d.filtershow.editors.EditorDraw;
25 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation;
26 import com.android.gallery3d.filtershow.filters.ImageFilterDraw;
Spline.java 17 package com.android.gallery3d.filtershow.imageshow;
GeometryMathUtils.java 17 package com.android.gallery3d.filtershow.imageshow;
27 import com.android.gallery3d.filtershow.cache.BitmapCache;
28 import com.android.gallery3d.filtershow.cache.ImageLoader;
29 import com.android.gallery3d.filtershow.filters.FilterCropRepresentation;
30 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation;
31 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation.Mirror;
32 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
33 import com.android.gallery3d.filtershow.filters.FilterRotateRepresentation;
34 import com.android.gallery3d.filtershow.filters.FilterRotateRepresentation.Rotation;
35 import com.android.gallery3d.filtershow.filters.FilterStraightenRepresentation
    [all...]
ImageCurves.java 17 package com.android.gallery3d.filtershow.imageshow;
37 import com.android.gallery3d.filtershow.FilterShowActivity;
38 import com.android.gallery3d.filtershow.editors.Editor;
39 import com.android.gallery3d.filtershow.editors.EditorCurves;
40 import com.android.gallery3d.filtershow.filters.FilterCurvesRepresentation;
41 import com.android.gallery3d.filtershow.filters.FiltersManager;
42 import com.android.gallery3d.filtershow.filters.ImageFilterCurves;
43 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
ImageStraighten.java 17 package com.android.gallery3d.filtershow.imageshow;
32 import com.android.gallery3d.filtershow.crop.CropDrawingUtils;
33 import com.android.gallery3d.filtershow.editors.EditorStraighten;
34 import com.android.gallery3d.filtershow.filters.FilterCropRepresentation;
35 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
36 import com.android.gallery3d.filtershow.filters.FilterStraightenRepresentation;
37 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.GeometryHolder;
ImageShow.java 17 package com.android.gallery3d.filtershow.imageshow;
47 import com.android.gallery3d.filtershow.FilterShowActivity;
48 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation;
49 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
50 import com.android.gallery3d.filtershow.filters.ImageFilter;
51 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
52 import com.android.gallery3d.filtershow.tools.SaveImage;
    [all...]
MasterImage.java 17 package com.android.gallery3d.filtershow.imageshow;
30 import com.android.gallery3d.filtershow.FilterShowActivity;
31 import com.android.gallery3d.filtershow.cache.BitmapCache;
32 import com.android.gallery3d.filtershow.cache.ImageLoader;
33 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation;
34 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
35 import com.android.gallery3d.filtershow.filters.FilterRotateRepresentation;
36 import com.android.gallery3d.filtershow.filters.FilterUserPresetRepresentation;
37 import com.android.gallery3d.filtershow.filters.ImageFilter;
38 import com.android.gallery3d.filtershow.history.HistoryItem
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 17 package com.android.gallery3d.filtershow.pipeline;
31 import com.android.gallery3d.filtershow.cache.BitmapCache;
32 import com.android.gallery3d.filtershow.cache.ImageLoader;
33 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
34 import com.android.gallery3d.filtershow.filters.FiltersManager;
35 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils;
36 import com.android.gallery3d.filtershow.imageshow.MasterImage;
ImagePreset.java 17 package com.android.gallery3d.filtershow.pipeline;
27 import com.android.gallery3d.filtershow.cache.BitmapCache;
28 import com.android.gallery3d.filtershow.cache.ImageLoader;
29 import com.android.gallery3d.filtershow.filters.BaseFiltersManager;
30 import com.android.gallery3d.filtershow.filters.FilterCropRepresentation;
31 import com.android.gallery3d.filtershow.filters.FilterFxRepresentation;
32 import com.android.gallery3d.filtershow.filters.FilterImageBorderRepresentation;
33 import com.android.gallery3d.filtershow.filters.FilterMirrorRepresentation;
34 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
35 import com.android.gallery3d.filtershow.filters.FilterRotateRepresentation
    [all...]
ProcessingService.java 17 package com.android.gallery3d.filtershow.pipeline;
32 import com.android.gallery3d.filtershow.FilterShowActivity;
33 import com.android.gallery3d.filtershow.filters.FiltersManager;
34 import com.android.gallery3d.filtershow.filters.ImageFilter;
35 import com.android.gallery3d.filtershow.imageshow.MasterImage;
36 import com.android.gallery3d.filtershow.tools.SaveImage;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 17 package com.android.gallery3d.filtershow.state;
35 import com.android.gallery3d.filtershow.FilterShowActivity;
36 import com.android.gallery3d.filtershow.editors.ImageOnlyEditor;
37 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
38 import com.android.gallery3d.filtershow.imageshow.MasterImage;
StateView.java 17 package com.android.gallery3d.filtershow.state;
26 import com.android.gallery3d.filtershow.FilterShowActivity;
27 import com.android.gallery3d.filtershow.category.SwipableView;
28 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
29 import com.android.gallery3d.filtershow.imageshow.MasterImage;
30 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 17 package com.android.gallery3d.filtershow.crop;
47 import com.android.gallery3d.filtershow.cache.ImageLoader;
48 import com.android.gallery3d.filtershow.tools.SaveImage;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 17 package com.android.gallery3d.filtershow.tools;
36 import com.android.gallery3d.filtershow.FilterShowActivity;
37 import com.android.gallery3d.filtershow.cache.ImageLoader;
38 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
39 import com.android.gallery3d.filtershow.filters.FiltersManager;
40 import com.android.gallery3d.filtershow.imageshow.MasterImage;
41 import com.android.gallery3d.filtershow.pipeline.CachingPipeline;
42 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
43 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 17 package com.android.gallery3d.filtershow;
72 import com.android.gallery3d.filtershow.cache.ImageLoader;
73 import com.android.gallery3d.filtershow.category.Action;
74 import com.android.gallery3d.filtershow.category.CategoryAdapter;
75 import com.android.gallery3d.filtershow.category.CategorySelected;
76 import com.android.gallery3d.filtershow.category.CategoryView;
77 import com.android.gallery3d.filtershow.category.MainPanel;
78 import com.android.gallery3d.filtershow.category.SwipableView;
79 import com.android.gallery3d.filtershow.data.UserPresetsManager;
80 import com.android.gallery3d.filtershow.editors.BasicEditor
    [all...]

Completed in 343 milliseconds

1 2 3 4 5 6 78