Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java109 private View mPhotoViewContainer; field in MultiShrinkScroller
290 mPhotoViewContainer = findViewById(R.id.toolbar_parent); in initialize()
336 mMaximumHeaderHeight = mPhotoViewContainer.getWidth(); in initialize()
341 : mPhotoViewContainer.getWidth(); in initialize()
351 = mPhotoViewContainer.getLayoutParams(); in initialize()
354 mPhotoViewContainer.setLayoutParams(photoLayoutParams); in initialize()
366 mLargeTextView.setWidth(mPhotoViewContainer.getWidth() in initialize()
846 canvas.translate(mPhotoViewContainer.getWidth(), 0); in draw()
862 canvas.translate(mPhotoViewContainer.getWidth(), 0); in draw()
1094 mPhotoViewContainer.setElevation(mToolbarElevation); in updatePhotoTintAndDropShadow()
[all …]