OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filtershow
(Results
1 - 25
of
251
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
EditorManager.java
17
package com.android.gallery3d.
filtershow
.editors;
19
import com.android.gallery3d.
filtershow
.EditorPlaceHolder;
20
import com.android.gallery3d.
filtershow
.editors.BasicEditor;
21
import com.android.gallery3d.
filtershow
.editors.EditorCurves;
22
import com.android.gallery3d.
filtershow
.editors.EditorZoom;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java
17
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
.controller.ParameterHue
[
all
...]
BasicEditor.java
17
package com.android.gallery3d.
filtershow
.editors;
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;
26
import com.android.gallery3d.
filtershow
.filters.FilterBasicRepresentation;
27
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
EditorCurves.java
17
package com.android.gallery3d.
filtershow
.editors;
24
import com.android.gallery3d.
filtershow
.filters.FilterCurvesRepresentation;
25
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
26
import com.android.gallery3d.
filtershow
.imageshow.ImageCurves;
EditorRedEye.java
17
package com.android.gallery3d.
filtershow
.editors;
23
import com.android.gallery3d.
filtershow
.filters.FilterRedEyeRepresentation;
24
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
25
import com.android.gallery3d.
filtershow
.imageshow.ImageRedEye;
EditorTinyPlanet.java
17
package com.android.gallery3d.
filtershow
.editors;
23
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
24
import com.android.gallery3d.
filtershow
.filters.FilterTinyPlanetRepresentation;
25
import com.android.gallery3d.
filtershow
.imageshow.ImageTinyPlanet;
EditorMirror.java
17
package com.android.gallery3d.
filtershow
.editors;
28
import com.android.gallery3d.
filtershow
.filters.FilterMirrorRepresentation;
29
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
30
import com.android.gallery3d.
filtershow
.imageshow.ImageMirror;
31
import com.android.gallery3d.
filtershow
.imageshow.MasterImage;
EditorRotate.java
17
package com.android.gallery3d.
filtershow
.editors;
28
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
29
import com.android.gallery3d.
filtershow
.filters.FilterRotateRepresentation;
30
import com.android.gallery3d.
filtershow
.imageshow.ImageRotate;
31
import com.android.gallery3d.
filtershow
.imageshow.MasterImage;
EditorStraighten.java
17
package com.android.gallery3d.
filtershow
.editors;
24
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
25
import com.android.gallery3d.
filtershow
.filters.FilterStraightenRepresentation;
26
import com.android.gallery3d.
filtershow
.imageshow.ImageStraighten;
27
import com.android.gallery3d.
filtershow
.imageshow.MasterImage;
EditorDraw.java
17
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
.controller.ParameterColor
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
SliderBrightness.java
17
package com.android.gallery3d.
filtershow
.controller;
26
import com.android.gallery3d.
filtershow
.colorpicker.ColorBrightnessView;
27
import com.android.gallery3d.
filtershow
.colorpicker.ColorListener;
28
import com.android.gallery3d.
filtershow
.colorpicker.ColorOpacityView;
29
import com.android.gallery3d.
filtershow
.editors.Editor;
Control.java
17
package com.android.gallery3d.
filtershow
.controller;
22
import com.android.gallery3d.
filtershow
.editors.Editor;
FilterView.java
17
package com.android.gallery3d.
filtershow
.controller;
19
import com.android.gallery3d.
filtershow
.pipeline.RenderingRequestCaller;
Parameter.java
17
package com.android.gallery3d.
filtershow
.controller;
19
import com.android.gallery3d.
filtershow
.editors.Editor;
ParameterStyles.java
17
package com.android.gallery3d.
filtershow
.controller;
21
import com.android.gallery3d.
filtershow
.pipeline.RenderingRequestCaller;
SliderHue.java
17
package com.android.gallery3d.
filtershow
.controller;
36
import com.android.gallery3d.
filtershow
.colorpicker.ColorHueView;
37
import com.android.gallery3d.
filtershow
.colorpicker.ColorListener;
38
import com.android.gallery3d.
filtershow
.colorpicker.ColorOpacityView;
39
import com.android.gallery3d.
filtershow
.editors.Editor;
SliderSaturation.java
17
package com.android.gallery3d.
filtershow
.controller;
28
import com.android.gallery3d.
filtershow
.colorpicker.ColorListener;
29
import com.android.gallery3d.
filtershow
.colorpicker.ColorOpacityView;
30
import com.android.gallery3d.
filtershow
.colorpicker.ColorSaturationView;
31
import com.android.gallery3d.
filtershow
.editors.Editor;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterNegative.java
1
package com.android.gallery3d.
filtershow
.filters;
6
import com.android.gallery3d.
filtershow
.editors.ImageOnlyEditor;
FilterUserPresetRepresentation.java
17
package com.android.gallery3d.
filtershow
.filters;
19
import com.android.gallery3d.
filtershow
.editors.ImageOnlyEditor;
20
import com.android.gallery3d.
filtershow
.pipeline.ImagePreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java
1
package com.android.gallery3d.
filtershow
;
7
import com.android.gallery3d.
filtershow
.cache.ImageLoader;
8
import com.android.gallery3d.
filtershow
.editors.Editor;
9
import com.android.gallery3d.
filtershow
.imageshow.ImageShow;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java
17
package com.android.gallery3d.
filtershow
.imageshow;
25
import com.android.gallery3d.
filtershow
.editors.EditorMirror;
26
import com.android.gallery3d.
filtershow
.filters.FilterMirrorRepresentation;
27
import com.android.gallery3d.
filtershow
.imageshow.GeometryMathUtils.GeometryHolder;
ImageRotate.java
17
package com.android.gallery3d.
filtershow
.imageshow;
25
import com.android.gallery3d.
filtershow
.editors.EditorRotate;
26
import com.android.gallery3d.
filtershow
.filters.FilterRotateRepresentation;
27
import com.android.gallery3d.
filtershow
.imageshow.GeometryMathUtils.GeometryHolder;
ImagePoint.java
17
package com.android.gallery3d.
filtershow
.imageshow;
27
import com.android.gallery3d.
filtershow
.editors.EditorRedEye;
28
import com.android.gallery3d.
filtershow
.filters.FilterPoint;
29
import com.android.gallery3d.
filtershow
.filters.FilterRedEyeRepresentation;
30
import com.android.gallery3d.
filtershow
.filters.ImageFilterRedEye;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryItem.java
17
package com.android.gallery3d.
filtershow
.history;
21
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
22
import com.android.gallery3d.
filtershow
.pipeline.ImagePreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java
17
package com.android.gallery3d.
filtershow
.state;
19
import com.android.gallery3d.
filtershow
.filters.FilterFxRepresentation;
20
import com.android.gallery3d.
filtershow
.filters.FilterRepresentation;
Completed in 1671 milliseconds
1
2
3
4
5
6
7
8
9
10
11