OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mImageShow
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java
46
* Base class for Editors Must contain a
mImageShow
and a top level view
51
protected ImageShow
mImageShow
;
160
mImageShow
= findImageShow(mView);
188
return
mImageShow
;
281
if (
mImageShow
!= null) {
282
mImageShow
.openUtilityPanel(mAccessoryViewList);
326
if (
mImageShow
!= null) {
327
mImageShow
.detach();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
143
private ImageShow
mImageShow
= null;
365
mImageShow
= (ImageShow) findViewById(R.id.imageShow);
366
mImageViews.add(
mImageShow
);
371
mImageShow
.attach();
[
all
...]
Completed in 77 milliseconds