Searched refs:mImageShow (Results 1 – 12 of 12) sorted by relevance
51 protected ImageShow mImageShow; field in Editor160 mImageShow = findImageShow(mView); in unpack()188 return mImageShow; in getImageShow()282 if (mImageShow != null) { in openUtilityPanel()283 mImageShow.openUtilityPanel(mAccessoryViewList); in openUtilityPanel()327 if (mImageShow != null) { in detach()328 mImageShow.detach(); in detach()
112 mView = mImageShow = mImageDraw = new ImageDraw(context); in createEditor()166 final PopupMenu popupMenu = new PopupMenu(mImageShow.getActivity(), button); in showPopupMenu()200 ImageFilterDraw filter = (ImageFilterDraw) mImageShow.getCurrentFilter(); in selectMenuItem()238 ImageDraw idraw = (ImageDraw) mImageShow; in clearDrawing()
80 mView = mImageShow = new ImageShow(context); in createEditor()129 final PopupMenu popupMenu = new PopupMenu(mImageShow.getActivity(), button); in showPopupMenu()145 ImageFilterColorBorder filter = (ImageFilterColorBorder) mImageShow.getCurrentFilter(); in selectMenuItem()
80 mView = mImageShow = mImageCrop; in createEditor()134 final PopupMenu popupMenu = new PopupMenu(mImageShow.getActivity(), button); in showPopupMenu()
47 mView = mImageShow = new ImageShow(context); in createEditor()
46 mView = mImageShow = mImageRedEyes= new ImageRedEye(context); in createEditor()
39 mImageTinyPlanet = (ImageTinyPlanet) mImageShow; in createEditor()
50 mView = mImageShow = mImageCurves = new ImageCurves(context); in createEditor()
49 mView = mImageShow = mImageMirror; in createEditor()
53 mView = mImageShow = mImageStraighten; in createEditor()
49 mView = mImageShow = mImageRotate; in createEditor()
141 private ImageShow mImageShow = null; field in FilterShowActivity365 mImageShow = (ImageShow) findViewById(R.id.imageShow); in loadXML()366 mImageViews.add(mImageShow); in loadXML()371 mImageShow.attach(); in loadXML()969 mImageShow.saveImage(this, mSharedOutputFile); in onShareTargetSelected()1312 mImageShow.setVisibility(View.VISIBLE); in showDefaultImageView()1332 if (!mImageShow.hasModifications()) { in onBackPressed()1398 if (mImageShow.hasModifications()) { in saveImage()1404 mImageShow.saveImage(this, null); in saveImage()