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
345 mMaximumHeaderHeight = mPhotoViewContainer.getWidth(); in initialize()
346 mIntermediateHeaderHeight = (int) (mMaximumHeaderHeight in initialize()
367 mMaximumHeaderHeight = getHeight(); in initialize()
368 mMinimumHeaderHeight = mMaximumHeaderHeight; in initialize()
369 mIntermediateHeaderHeight = mMaximumHeaderHeight; in initialize()
374 photoLayoutParams.height = mMaximumHeaderHeight; in initialize()
375 photoLayoutParams.width = (int) (mMaximumHeaderHeight * mLandscapePhotoRatio); in initialize()
578 if (getHeaderHeight() != mMaximumHeaderHeight) { in expandHeader()
580 mMaximumHeaderHeight); in expandHeader()
[all …]