Searched refs:mIsDeletable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java81 private boolean mIsDeletable = true; field in class:LabeledEditorView
215 if (mIsDeletable) {
224 if (mIsDeletable) {
242 mIsDeletable = deletable;
315 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE);
320 if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java598 private boolean mIsDeletable; field in class:PhotoView.FullPicture
611 mIsDeletable = mModel.isDeletable(0);
673 return mIsDeletable;
689 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable
779 private boolean mIsDeletable; field in class:PhotoView.ScreenNailPicture
793 mIsDeletable = mModel.isDeletable(mIndex);
824 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable
910 return mIsDeletable;

Completed in 36 milliseconds