Searched refs:PhotoView (Results 1 – 2 of 2) sorted by relevance
47 public class PhotoView extends View implements OnGestureListener, class194 public PhotoView(Context context) { in PhotoView() method in PhotoView199 public PhotoView(Context context, AttributeSet attrs) { in PhotoView() method in PhotoView204 public PhotoView(Context context, AttributeSet attrs, int defStyle) { in PhotoView() method in PhotoView1162 private final PhotoView mHeader;1177 public ScaleRunnable(PhotoView header) { in ScaleRunnable()1244 private final PhotoView mHeader;1256 public TranslateRunnable(PhotoView header) { in TranslateRunnable()1346 private final PhotoView mHeader;1355 public SnapRunnable(PhotoView header) { in SnapRunnable()[all …]
49 import com.android.ex.photo.views.PhotoView;103 protected PhotoView mPhotoView;227 mPhotoView = (PhotoView) view.findViewById(R.id.photo_view); in initializeView()