Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java61 private View mPhotoTouchInterceptOverlay; field in PhotoEditorView
91 mPhotoTouchInterceptOverlay = findViewById(R.id.photo_touch_intercept_overlay); in onFinishInflate()
104 mPhotoTouchInterceptOverlay.setClickable(false); in setReadOnly()
105 mPhotoTouchInterceptOverlay.setContentDescription(getContext().getString( in setReadOnly()
110 mPhotoTouchInterceptOverlay.setOnClickListener(this); in setReadOnly()
192 mPhotoTouchInterceptOverlay.setContentDescription(getContext().getString( in updatePhotoDescription()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java116 private View mPhotoTouchInterceptOverlay; field in MultiShrinkScroller
330 mPhotoTouchInterceptOverlay = findViewById(R.id.photo_touch_intercept_overlay); in initialize()
332 mPhotoTouchInterceptOverlay.setOnClickListener(new OnClickListener() { in initialize()
423 mPhotoTouchInterceptOverlay.setContentDescription(title); in setTitle()
1067 mPhotoTouchInterceptOverlay.setClickable(toolbarHeight != mMaximumHeaderHeight); in updateHeaderTextSizeAndMargin()