OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageShow
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ImageOnlyEditor.java
23
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
47
mView = mImageShow = new
ImageShow
(context);
Editor.java
38
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
39
import com.android.gallery3d.filtershow.
imageshow
.MasterImage;
51
protected
ImageShow
mImageShow;
163
private
ImageShow
findImageShow(View view) {
164
if (view instanceof
ImageShow
) {
165
return (
ImageShow
) view;
174
if (v instanceof
ImageShow
) {
175
return (
ImageShow
) v;
187
public
ImageShow
getImageShow()
[
all
...]
EditorColorBorder.java
43
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
80
mView = mImageShow = new
ImageShow
(context);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java
9
import com.android.gallery3d.filtershow.
imageshow
.
ImageShow
;
20
private Vector<
ImageShow
> mOldViews = new Vector<
ImageShow
>();
64
public void setOldViews(Vector<
ImageShow
> views) {
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/imageshow/
ImageMirror.java
17
package com.android.gallery3d.filtershow.
imageshow
;
27
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils.GeometryHolder;
29
public class ImageMirror extends
ImageShow
{
ImageRotate.java
17
package com.android.gallery3d.filtershow.
imageshow
;
27
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils.GeometryHolder;
29
public class ImageRotate extends
ImageShow
{
MasterImage.java
17
package com.android.gallery3d.filtershow.
imageshow
;
77
private final Vector<
ImageShow
> mLoadListeners = new Vector<
ImageShow
>();
105
private Vector<
ImageShow
> mObservers = new Vector<
ImageShow
>();
177
public void addListener(
ImageShow
imageShow
) {
178
if (!mLoadListeners.contains(
imageShow
)) {
179
mLoadListeners.add(
imageShow
);
191
ImageShow
imageShow = mLoadListeners.elementAt(i)
[
all
...]
ImagePoint.java
17
package com.android.gallery3d.filtershow.
imageshow
;
32
public abstract class ImagePoint extends
ImageShow
{
ImageTinyPlanet.java
17
package com.android.gallery3d.filtershow.
imageshow
;
32
public class ImageTinyPlanet extends
ImageShow
{
ImageGrad.java
1
package com.android.gallery3d.filtershow.
imageshow
;
29
public class ImageGrad 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
...]
ImageDraw.java
2
package com.android.gallery3d.filtershow.
imageshow
;
28
public class ImageDraw extends
ImageShow
{
ImageCrop.java
17
package com.android.gallery3d.filtershow.
imageshow
;
37
import com.android.gallery3d.filtershow.
imageshow
.GeometryMathUtils.GeometryHolder;
39
public class ImageCrop extends
ImageShow
{
ImageCurves.java
17
package com.android.gallery3d.filtershow.
imageshow
;
47
public class ImageCurves 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
{
Completed in 473 milliseconds