Searched defs:filtershow (Results 151 - 175 of 198) sorted by relevance

12345678

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorHueView.java17 package com.android.gallery3d.filtershow.colorpicker;
H A DColorOpacityView.java17 package com.android.gallery3d.filtershow.colorpicker;
H A DColorRectView.java17 package com.android.gallery3d.filtershow.colorpicker;
H A DColorSVRectView.java17 package com.android.gallery3d.filtershow.colorpicker;
H A DColorSaturationView.java17 package com.android.gallery3d.filtershow.colorpicker;
H A DColorValueView.java17 package com.android.gallery3d.filtershow.colorpicker;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropExtras.java17 package com.android.gallery3d.filtershow.crop;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorChanSat.java16 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
[all...]
H A DEditorDraw.java17 package com.android.gallery3d.filtershow.editors;
41 import com.android.gallery3d.filtershow.FilterShowActivity;
42 import com.android.gallery3d.filtershow.colorpicker.ColorHueView;
43 import com.android.gallery3d.filtershow.colorpicker.ColorListener;
44 import com.android.gallery3d.filtershow.colorpicker.ColorOpacityView;
45 import com.android.gallery3d.filtershow.colorpicker.ColorSVRectView;
46 import com.android.gallery3d.filtershow.controller.BitmapCaller;
47 import com.android.gallery3d.filtershow.controller.ColorChooser;
48 import com.android.gallery3d.filtershow.controller.FilterView;
49 import com.android.gallery3d.filtershow
[all...]
H A DEditorVignette.java17 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;
H A DParametricEditor.java17 package com.android.gallery3d.filtershow.editors;
32 import com.android.gallery3d.filtershow.controller.ActionSlider;
33 import com.android.gallery3d.filtershow.controller.BasicSlider;
34 import com.android.gallery3d.filtershow.controller.ColorChooser;
35 import com.android.gallery3d.filtershow.controller.Control;
36 import com.android.gallery3d.filtershow.controller.Parameter;
37 import com.android.gallery3d.filtershow.controller.ParameterActionAndInt;
38 import com.android.gallery3d.filtershow.controller.ParameterBrightness;
39 import com.android.gallery3d.filtershow.controller.ParameterColor;
40 import com.android.gallery3d.filtershow
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DBaseFiltersManager.java16 package com.android.gallery3d.filtershow.filters;
24 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
H A DFilterBasicRepresentation.java17 package com.android.gallery3d.filtershow.filters;
22 import com.android.gallery3d.filtershow.controller.Control;
23 import com.android.gallery3d.filtershow.controller.FilterView;
24 import com.android.gallery3d.filtershow.controller.Parameter;
25 import com.android.gallery3d.filtershow.controller.ParameterInteger;
H A DFilterChanSatRepresentation.java17 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.controller.ParameterSet;
26 import com.android.gallery3d.filtershow.editors.EditorChanSat;
27 import com.android.gallery3d.filtershow.imageshow.ControlPoint;
28 import com.android.gallery3d.filtershow.imageshow.Spline;
H A DFilterColorBorderRepresentation.java17 package com.android.gallery3d.filtershow.filters;
24 import com.android.gallery3d.filtershow.controller.BasicParameterInt;
25 import com.android.gallery3d.filtershow.controller.Parameter;
26 import com.android.gallery3d.filtershow.controller.ParameterColor;
27 import com.android.gallery3d.filtershow.editors.EditorColorBorder;
H A DFilterMirrorRepresentation.java17 package com.android.gallery3d.filtershow.filters;
24 import com.android.gallery3d.filtershow.editors.EditorMirror;
25 import com.android.gallery3d.filtershow.editors.ImageOnlyEditor;
26 import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils;
27 import com.android.gallery3d.filtershow.imageshow.MasterImage;
28 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
H A DFilterVignetteRepresentation.java17 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;
H A DImageFilterDraw.java17 package com.android.gallery3d.filtershow.filters;
33 import com.android.gallery3d.filtershow.cache.ImageLoader;
34 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation.StrokeData;
35 import com.android.gallery3d.filtershow.imageshow.MasterImage;
36 import com.android.gallery3d.filtershow.pipeline.FilterEnvironment;
H A DImageFilterRS.java17 package com.android.gallery3d.filtershow.filters;
25 import com.android.gallery3d.filtershow.pipeline.PipelineInterface;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java17 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;
H A DImageCurves.java17 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;
H A DImageVignette.java17 package com.android.gallery3d.filtershow.imageshow;
25 import com.android.gallery3d.filtershow.editors.EditorVignette;
26 import com.android.gallery3d.filtershow.filters.FilterVignetteRepresentation;
H A DSpline.java17 package com.android.gallery3d.filtershow.imageshow;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DFilterEnvironment.java17 package com.android.gallery3d.filtershow.pipeline;
24 import com.android.gallery3d.filtershow.cache.BitmapCache;
25 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
26 import com.android.gallery3d.filtershow.filters.FilterUserPresetRepresentation;
27 import com.android.gallery3d.filtershow.filters.FiltersManagerInterface;
28 import com.android.gallery3d.filtershow.filters.ImageFilter;
H A DRenderingRequest.java17 package com.android.gallery3d.filtershow.pipeline;
23 import com.android.gallery3d.filtershow.FilterShowActivity;
24 import com.android.gallery3d.filtershow.cache.BitmapCache;
25 import com.android.gallery3d.filtershow.filters.FiltersManager;
26 import com.android.gallery3d.filtershow.imageshow.MasterImage;

Completed in 248 milliseconds

12345678