Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java123 private int mMaximumHeaderHeight; field in MultiShrinkScroller
342 mMaximumHeaderHeight = mPhotoViewContainer.getWidth(); in initialize()
343 mIntermediateHeaderHeight = (int) (mMaximumHeaderHeight in initialize()
351 mMaximumHeaderHeight = getHeight(); in initialize()
352 mMinimumHeaderHeight = mMaximumHeaderHeight; in initialize()
353 mIntermediateHeaderHeight = mMaximumHeaderHeight; in initialize()
358 photoLayoutParams.height = mMaximumHeaderHeight; in initialize()
359 photoLayoutParams.width = (int) (mMaximumHeaderHeight * mLandscapePhotoRatio); in initialize()
556 if (getHeaderHeight() != mMaximumHeaderHeight) { in expandHeader()
558 mMaximumHeaderHeight); in expandHeader()
[all …]