• Home
  • Raw
  • Download

Lines Matching refs:mActivity

62     private CameraActivity mActivity;  field in PhotoUI
106 if (Util.getDisplayRotation(mActivity) % 180 != 0) {
119 mActivity = activity; in PhotoUI()
123 mActivity.getLayoutInflater().inflate(R.layout.photo_module, in PhotoUI()
147 mOnScreenIndicators = new OnScreenIndicators(mActivity, in initIndicators()
148 mActivity.findViewById(R.id.on_screen_indicators)); in initIndicators()
154 mPieRenderer = new PieRenderer(mActivity); in onCameraOpened()
159 mMenu = new PhotoMenu(mActivity, this, mPieRenderer); in onCameraOpened()
165 mZoomRenderer = new ZoomRenderer(mActivity); in onCameraOpened()
170 mGestures = new PreviewGestures(mActivity, this, mZoomRenderer, mPieRenderer, in onCameraOpened()
205 mBlocker = mActivity.findViewById(R.id.blocker); in initializeControlByIntent()
206 mPreviewThumb = mActivity.findViewById(R.id.preview_thumb); in initializeControlByIntent()
210 mActivity.gotoGallery(); in initializeControlByIntent()
213 mMenuButton = mActivity.findViewById(R.id.menu); in initializeControlByIntent()
221 mActivity.hideSwitcher(); in initializeControlByIntent()
222 ViewGroup cameraControls = (ViewGroup) mActivity.findViewById(R.id.camera_controls); in initializeControlByIntent()
223 mActivity.getLayoutInflater().inflate(R.layout.review_module_control, cameraControls); in initializeControlByIntent()
225 mReviewDoneButton = mActivity.findViewById(R.id.btn_done); in initializeControlByIntent()
226 mReviewCancelButton = mActivity.findViewById(R.id.btn_cancel); in initializeControlByIntent()
227 mReviewRetakeButton = mActivity.findViewById(R.id.btn_retake); in initializeControlByIntent()
255 mShutterButton = mActivity.getShutterButton(); in initializeFirstTime()
319 prefs, mActivity.getContentResolver()); in updateOnScreenIndicators()
399 mActivity.hideUI(); in showPopup()
417 mActivity.showUI(); in dismissPopup()
515 mActivity.cancelActivityTouchHandling(); in onPieOpened()
516 mActivity.setSwipingEnabled(false); in onPieOpened()
524 mActivity.setSwipingEnabled(true); in onPieClosed()
578 String str = mActivity.getResources().getString(R.string.not_selectable_in_scene_mode); in showPreferencesToast()
579 mNotSelectableToast = Toast.makeText(mActivity, str, Toast.LENGTH_SHORT); in showPreferencesToast()