Searched defs:mImageShow (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java46 * Base class for Editors Must contain a mImageShow and a top level view
51 protected ImageShow mImageShow; field in class:Editor
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/
H A DFilterShowActivity.java143 private ImageShow mImageShow = null; field in class:FilterShowActivity
365 mImageShow = (ImageShow) findViewById(R.id.imageShow);
366 mImageViews.add(mImageShow);
371 mImageShow.attach();
971 mImageShow.saveImage(this, mSharedOutputFile);
1313 mImageShow.setVisibility(View.VISIBLE);
1331 if (!mImageShow.hasModifications()) {
1395 if (mImageShow.hasModifications()) {
1401 mImageShow.saveImage(this, null);

Completed in 23 milliseconds