HomeSort by relevance Sort by last modified time
    Searched defs:filtershow (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropLoader.java 17 package com.android.gallery3d.filtershow.crop;
CropMath.java 17 package com.android.gallery3d.filtershow.crop;
23 import com.android.gallery3d.filtershow.imageshow.GeometryMath;
BoundedRect.java 16 package com.android.gallery3d.filtershow.crop;
22 import com.android.gallery3d.filtershow.imageshow.GeometryMath;
CropObject.java 17 package com.android.gallery3d.filtershow.crop;
22 import com.android.gallery3d.filtershow.imageshow.GeometryMath;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 17 package com.android.gallery3d.filtershow.editors;
29 import com.android.gallery3d.filtershow.crop.CropExtras;
30 import com.android.gallery3d.filtershow.imageshow.ImageCrop;
31 import com.android.gallery3d.filtershow.imageshow.MasterImage;
EditorDraw.java 17 package com.android.gallery3d.filtershow.editors;
32 import com.android.gallery3d.filtershow.FilterShowActivity;
33 import com.android.gallery3d.filtershow.colorpicker.ColorGridDialog;
34 import com.android.gallery3d.filtershow.colorpicker.RGBListener;
35 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation;
36 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
37 import com.android.gallery3d.filtershow.filters.ImageFilterDraw;
38 import com.android.gallery3d.filtershow.imageshow.ImageDraw;
EditorPanel.java 17 package com.android.gallery3d.filtershow.editors;
30 import com.android.gallery3d.filtershow.FilterShowActivity;
31 import com.android.gallery3d.filtershow.HistoryAdapter;
32 import com.android.gallery3d.filtershow.category.MainPanel;
33 import com.android.gallery3d.filtershow.imageshow.MasterImage;
34 import com.android.gallery3d.filtershow.state.StatePanel;
ParametricEditor.java 17 package com.android.gallery3d.filtershow.editors;
31 import com.android.gallery3d.filtershow.controller.ActionSlider;
32 import com.android.gallery3d.filtershow.controller.BasicSlider;
33 import com.android.gallery3d.filtershow.controller.Control;
34 import com.android.gallery3d.filtershow.controller.Parameter;
35 import com.android.gallery3d.filtershow.controller.ParameterActionAndInt;
36 import com.android.gallery3d.filtershow.controller.ParameterInteger;
37 import com.android.gallery3d.filtershow.controller.ParameterStyles;
38 import com.android.gallery3d.filtershow.controller.StyleChooser;
39 import com.android.gallery3d.filtershow.controller.TitledSlider
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 17 package com.android.gallery3d.filtershow.filters;
FilterBasicRepresentation.java 17 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;
FilterDrawRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
23 import com.android.gallery3d.filtershow.editors.EditorDraw;
ImageFilterGeometry.java 17 package com.android.gallery3d.filtershow.filters;
27 import com.android.gallery3d.filtershow.crop.CropExtras;
28 import com.android.gallery3d.filtershow.imageshow.GeometryMath;
29 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
ImageFilterTinyPlanet.java 17 package com.android.gallery3d.filtershow.filters;
28 import com.android.gallery3d.filtershow.presets.ImagePreset;
SplineMath.java 1 package com.android.gallery3d.filtershow.filters;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMath.java 17 package com.android.gallery3d.filtershow.imageshow;
ImageDraw.java 2 package com.android.gallery3d.filtershow.imageshow;
12 import com.android.gallery3d.filtershow.editors.EditorDraw;
13 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation;
14 import com.android.gallery3d.filtershow.filters.ImageFilterDraw;
ImageRedEye.java 17 package com.android.gallery3d.filtershow.imageshow;
28 import com.android.gallery3d.filtershow.filters.FilterPoint;
29 import com.android.gallery3d.filtershow.filters.RedEyeCandidate;
ImageStraighten.java 17 package com.android.gallery3d.filtershow.imageshow;
27 import com.android.gallery3d.filtershow.editors.EditorStraighten;
ImageTinyPlanet.java 17 package com.android.gallery3d.filtershow.imageshow;
28 import com.android.gallery3d.filtershow.editors.BasicEditor;
29 import com.android.gallery3d.filtershow.editors.EditorTinyPlanet;
30 import com.android.gallery3d.filtershow.filters.FilterTinyPlanetRepresentation;
ImageVignette.java 17 package com.android.gallery3d.filtershow.imageshow;
26 import com.android.gallery3d.filtershow.editors.EditorVignette;
27 import com.android.gallery3d.filtershow.filters.FilterVignetteRepresentation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
FilterEnvironment.java 17 package com.android.gallery3d.filtershow.presets;
23 import com.android.gallery3d.filtershow.cache.CachingPipeline;
24 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
25 import com.android.gallery3d.filtershow.filters.FiltersManager;
26 import com.android.gallery3d.filtershow.filters.ImageFilter;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FilterIconButton.java 17 package com.android.gallery3d.filtershow.ui;
34 import com.android.gallery3d.filtershow.FilterShowActivity;
35 import com.android.gallery3d.filtershow.cache.RenderingRequest;
36 import com.android.gallery3d.filtershow.cache.RenderingRequestCaller;
37 import com.android.gallery3d.filtershow.category.Action;
38 import com.android.gallery3d.filtershow.category.CategoryAdapter;
39 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
40 import com.android.gallery3d.filtershow.imageshow.GeometryListener;
41 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
42 import com.android.gallery3d.filtershow.imageshow.MasterImage
    [all...]
FramedTextButton.java 17 package com.android.gallery3d.filtershow.ui;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
FilteringPipeline.java 17 package com.android.gallery3d.filtershow.cache;
25 import com.android.gallery3d.filtershow.filters.FiltersManager;
26 import com.android.gallery3d.filtershow.filters.ImageFilterRS;
27 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata;
28 import com.android.gallery3d.filtershow.imageshow.MasterImage;
29 import com.android.gallery3d.filtershow.presets.ImagePreset;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorRectView.java 17 package com.android.gallery3d.filtershow.colorpicker;

Completed in 613 milliseconds

1 2 3 45 6