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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java82 private boolean mIsDeletable = true; field in class:LabeledEditorView
216 if (mIsDeletable) {
225 if (mIsDeletable) {
243 mIsDeletable = deletable;
316 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE);
321 if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java549 private boolean mIsDeletable; field in class:PhotoView.FullPicture
565 mIsDeletable = mModel.isDeletable(0);
640 return mIsDeletable;
656 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable
745 private boolean mIsDeletable; field in class:PhotoView.ScreenNailPicture
758 mIsDeletable = mModel.isDeletable(mIndex);
789 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable
875 return mIsDeletable;

Completed in 14 milliseconds