OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageShow
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSharpen.java
39
representation.setEditorId(R.id.
imageShow
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/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
...]
/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
...]
Completed in 246 milliseconds