Searched refs:toolbarHeight (Results 1 – 1 of 1) sorted by relevance
1002 final int toolbarHeight = mToolbar.getLayoutParams().height; in updateHeaderTextSizeAndMargin() local1003 mPhotoTouchInterceptOverlay.setClickable(toolbarHeight != mMaximumHeaderHeight); in updateHeaderTextSizeAndMargin()1005 if (toolbarHeight >= mMaximumHeaderHeight) { in updateHeaderTextSizeAndMargin()1013 final float ratio = (toolbarHeight - mMinimumHeaderHeight) in updateHeaderTextSizeAndMargin()1091 final int toolbarHeight = getToolbarHeight(); in updatePhotoTintAndDropShadow() local1093 if (toolbarHeight <= mMinimumHeaderHeight && !mIsTwoPanel) { in updatePhotoTintAndDropShadow()1114 final float ratio = calculateHeightRatioToBlendingStartHeight(toolbarHeight); in updatePhotoTintAndDropShadow()1130 final float ratio = calculateHeightRatioToFullyOpen(toolbarHeight); in updatePhotoTintAndDropShadow()