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

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java120 private int mMaximumHeaderHeight; field in class:MultiShrinkScroller
336 mMaximumHeaderHeight = mPhotoViewContainer.getWidth();
337 mIntermediateHeaderHeight = (int) (mMaximumHeaderHeight
345 mMaximumHeaderHeight = getHeight();
346 mMinimumHeaderHeight = mMaximumHeaderHeight;
347 mIntermediateHeaderHeight = mMaximumHeaderHeight;
352 photoLayoutParams.height = mMaximumHeaderHeight;
353 photoLayoutParams.width = (int) (mMaximumHeaderHeight * mLandscapePhotoRatio);
514 if (getHeaderHeight() != mMaximumHeaderHeight) {
516 mMaximumHeaderHeight);
[all...]
/packages/apps/FMRadio/src/com/android/fmradio/views/
H A DFmScroller.java105 private int mMaximumHeaderHeight; field in class:FmScroller
224 mMaximumHeaderHeight = getMaxHeight(STATE_HAS_FAVORITE);
409 if (getHeaderHeight() != mMaximumHeaderHeight) {
412 mMaximumHeaderHeight);
508 return mMaximumHeaderHeight;
516 * true, this function considers mIntermediateHeaderHeight == mMaximumHeaderHeight,
936 mMaximumHeaderHeight = getMaxHeight(STATE_HAS_FAVORITE);
939 mMaximumHeaderHeight = getMaxHeight(STATE_NO_FAVORITE);
954 mMaximumHeaderHeight = getMaxHeight(STATE_NO_FAVORITE);
972 mMaximumHeaderHeight
[all...]

Completed in 34 milliseconds