Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java1044 final int toolbarHeight = mToolbar.getLayoutParams().height; in updateHeaderTextSizeAndMargin() local
1045 mPhotoTouchInterceptOverlay.setClickable(toolbarHeight != mMaximumHeaderHeight); in updateHeaderTextSizeAndMargin()
1047 if (toolbarHeight >= mMaximumHeaderHeight) { in updateHeaderTextSizeAndMargin()
1055 final float ratio = (toolbarHeight - mMinimumHeaderHeight) in updateHeaderTextSizeAndMargin()
1134 final int toolbarHeight = getToolbarHeight(); in updatePhotoTintAndDropShadow() local
1136 if (toolbarHeight <= mMinimumHeaderHeight && !mIsTwoPanel) { in updatePhotoTintAndDropShadow()
1157 final float ratio = calculateHeightRatioToBlendingStartHeight(toolbarHeight); in updatePhotoTintAndDropShadow()
1173 final float ratio = calculateHeightRatioToFullyOpen(toolbarHeight); in updatePhotoTintAndDropShadow()