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.java81 private boolean mIsDeletable = true; field in LabeledEditorView
229 if (mIsDeletable) { in setupDeleteButton()
238 if (mIsDeletable) { in setDeleteButtonVisible()
260 mIsDeletable = deletable; in setDeletable()
357 if (mIsDeletable) mDeleteContainer.setVisibility(View.INVISIBLE); in notifyEditorListener()
362 if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE); in notifyEditorListener()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java597 private boolean mIsDeletable; field in PhotoView.FullPicture
610 mIsDeletable = mModel.isDeletable(0); in reload()
672 return mIsDeletable; in isDeletable()
688 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable in drawTileView()
778 private boolean mIsDeletable; field in PhotoView.ScreenNailPicture
792 mIsDeletable = mModel.isDeletable(mIndex); in reload()
823 boolean wantsOffsetEffect = OFFSET_EFFECT && mIsDeletable in draw()
909 return mIsDeletable; in isDeletable()