Searched refs:mPhotoView (Results 1 – 1 of 1) sorted by relevance
37 PhotoView mPhotoView; field in PhotoFragment62 mPhotoView.setImageURL(localURL, false, null); in loadPhoto()112 mPhotoView = ((PhotoView) localView.findViewById(R.id.photoView)); in onCreateView()118 mPhotoView.setOnClickListener(this); in onCreateView()141 if (mPhotoView != null) { in onDestroyView()143 mPhotoView.setOnClickListener(null); in onDestroyView()144 this.mPhotoView = null; in onDestroyView()