Home
last modified time | relevance | path

Searched refs:PhotoPageBottomControls (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPageBottomControls.java33 public class PhotoPageBottomControls implements OnClickListener { class
60 public PhotoPageBottomControls(Delegate delegate, Context context, RelativeLayout layout) { in PhotoPageBottomControls() method in PhotoPageBottomControls
DPhotoPage.java78 PhotoPageBottomControls.Delegate, GalleryActionBar.OnAlbumModeSelectedListener {
148 private PhotoPageBottomControls mBottomControls;
549 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot); in onCreate()