Searched defs:isDeletable (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSinglePhotoDataAdapter.java230 public boolean isDeletable(int offset) { method in class:SinglePhotoDataAdapter
H A DPhotoDataAdapter.java515 public boolean isDeletable(int offset) { method in class:PhotoDataAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java97 public boolean isDeletable(int offset); method in interface:PhotoView.Model
587 boolean isDeletable(); // whether the picture can be deleted method in interface:PhotoView.Picture
611 mIsDeletable = mModel.isDeletable(0);
672 public boolean isDeletable() { method in class:PhotoView.FullPicture
793 mIsDeletable = mModel.isDeletable(mIndex);
909 public boolean isDeletable() { method in class:PhotoView.ScreenNailPicture
1265 mPictures.get(mTouchBoxIndex).isDeletable();

Completed in 160 milliseconds