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