Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java80 private boolean mIsDeletable = true; field in LabeledEditorView
217 if (mIsDeletable) { in setupDeleteButton()
226 if (mIsDeletable) { in setDeleteButtonVisible()
248 mIsDeletable = deletable; in setDeletable()
331 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE); in notifyEditorListener()
336 if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE); in notifyEditorListener()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java598 private boolean mIsDeletable; field in PhotoView.FullPicture
611 mIsDeletable = mModel.isDeletable(0); in reload()
673 return mIsDeletable; in isDeletable()
689 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable in drawTileView()
779 private boolean mIsDeletable; field in PhotoView.ScreenNailPicture
793 mIsDeletable = mModel.isDeletable(mIndex); in reload()
824 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable in draw()
910 return mIsDeletable; in isDeletable()