Home | History | Annotate | Download | only in filtershow

Lines Matching defs:mImageShow

143     private ImageShow mImageShow = null;
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);