OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imageshow
(Results
26 - 50
of
76
) sorted by null
1
2
3
4
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
UpdatePreviewTask.java
22
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
Buffer.java
25
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorder.java
43
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
80
mView = mImageShow = new
ImageShow
(context);
EditorCrop.java
34
import com.android.gallery3d.filtershow.
imageshow
.ImageCrop;
35
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
EditorGrad.java
41
import com.android.gallery3d.filtershow.
imageshow
.ImageGrad;
42
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
EditorPanel.java
33
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
105
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
106
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
107
import com.android.gallery3d.filtershow.
imageshow
.Spline;
143
private
ImageShow
mImageShow = null;
157
private final Vector<
ImageShow
> mImageViews = new Vector<
ImageShow
>();
365
mImageShow = (
ImageShow
) findViewById(R.id.
imageShow
);
550
final View
imageShow
= findViewById(R.id.imageShow)
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterCurves.java
21
import com.android.gallery3d.filtershow.
imageshow
.Spline;
ImageFilterDownsample.java
25
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
FilterChanSatRepresentation.java
27
import com.android.gallery3d.filtershow.
imageshow
.ControlPoint;
28
import com.android.gallery3d.filtershow.
imageshow
.Spline;
FilterMirrorRepresentation.java
26
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils;
27
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java
29
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
StateAdapter.java
28
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java
1
package com.android.gallery3d.filtershow.
imageshow
;
29
public class ImageGrad extends
ImageShow
{
ImageTinyPlanet.java
17
package com.android.gallery3d.filtershow.
imageshow
;
32
public class ImageTinyPlanet extends
ImageShow
{
ImageVignette.java
17
package com.android.gallery3d.filtershow.
imageshow
;
28
public class ImageVignette extends
ImageShow
{
ImageShow.java
17
package com.android.gallery3d.filtershow.
imageshow
;
57
public class
ImageShow
extends View implements OnGestureListener,
61
private static final String LOGTAG = "
ImageShow
";
154
public
ImageShow
(Context context, AttributeSet attrs, int defStyle) {
159
public
ImageShow
(Context context, AttributeSet attrs) {
165
public
ImageShow
(Context context) {
336
public void resetImageCaches(
ImageShow
caller) {
[
all
...]
ImageCrop.java
17
package com.android.gallery3d.filtershow.
imageshow
;
37
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils.GeometryHolder;
39
public class ImageCrop extends
ImageShow
{
ImageStraighten.java
17
package com.android.gallery3d.filtershow.
imageshow
;
37
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils.GeometryHolder;
43
public class ImageStraighten extends
ImageShow
{
ImageRedEye.java
17
package com.android.gallery3d.filtershow.
imageshow
;
ImageDraw.java
2
package com.android.gallery3d.filtershow.
imageshow
;
28
public class ImageDraw extends
ImageShow
{
ImageCurves.java
17
package com.android.gallery3d.filtershow.
imageshow
;
47
public class ImageCurves extends
ImageShow
{
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java
28
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java
38
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
MainPanel.java
30
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
Completed in 315 milliseconds
1
2
3
4