Searched refs:mPhotoView (Results 1 – 1 of 1) sorted by relevance
103 protected PhotoView mPhotoView; field in PhotoViewFragment227 mPhotoView = (PhotoView) view.findViewById(R.id.photo_view); in initializeView()228 mPhotoView.setMaxInitialScale(mIntent.getFloatExtra(Intents.EXTRA_MAX_INITIAL_SCALE, 1)); in initializeView()229 mPhotoView.setOnClickListener(this); in initializeView()230 mPhotoView.setFullScreen(mFullScreen, false); in initializeView()231 mPhotoView.enableImageTransforms(false); in initializeView()232 mPhotoView.setContentDescription(mContentDescription); in initializeView()302 if (mPhotoView != null) { in onDestroyView()303 mPhotoView.clear(); in onDestroyView()304 mPhotoView = null; in onDestroyView()[all …]