Home
last modified time | relevance | path

Searched refs:PhotoView (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java47 public class PhotoView extends View implements OnGestureListener, class
192 public PhotoView(Context context) { in PhotoView() method in PhotoView
197 public PhotoView(Context context, AttributeSet attrs) { in PhotoView() method in PhotoView
202 public PhotoView(Context context, AttributeSet attrs, int defStyle) { in PhotoView() method in PhotoView
1145 private final PhotoView mHeader;
1160 public ScaleRunnable(PhotoView header) { in ScaleRunnable()
1227 private final PhotoView mHeader;
1239 public TranslateRunnable(PhotoView header) { in TranslateRunnable()
1329 private final PhotoView mHeader;
1338 public SnapRunnable(PhotoView header) { in SnapRunnable()
[all …]
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java49 import com.android.ex.photo.views.PhotoView;
102 protected PhotoView mPhotoView;
225 mPhotoView = (PhotoView) view.findViewById(R.id.photo_view); in initializeView()
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd107 // Called by the PhotoView to get a photo
109 PhotoView imageView,
Dcommunicate-ui.jd236 PhotoView localView = photoTask.getPhotoView();