Searched refs:mMaximumHeaderHeight (Results 1 – 1 of 1) sorted by relevance
123 private int mMaximumHeaderHeight; field in MultiShrinkScroller345 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 …]