Home
last modified time | relevance | path

Searched refs:gotoGallery (Results 1 – 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DMenuHelper.java141 gotoGallery(activity, R.string.gallery_camera_bucket_name, INCLUDE_IMAGES); in gotoCameraImageGallery()
145 gotoGallery(activity, R.string.gallery_camera_videos_bucket_name, INCLUDE_VIDEOS); in gotoCameraVideoGallery()
148 private static void gotoGallery(Activity activity, int windowTitleId, in gotoGallery() method in MenuHelper
DCamera.java2092 private void gotoGallery() { in gotoGallery() method in Camera
DVideoCamera.java1119 private void gotoGallery() { in gotoGallery() method in VideoCamera
/packages/apps/Camera/src/com/android/camera/
DActivityBase.java355 protected void gotoGallery() { in gotoGallery() method in ActivityBase
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java788 public void gotoGallery() { in gotoGallery() method in CameraActivity