Searched refs:toolbarHeight (Results 1 – 1 of 1) sorted by relevance
1066 final int toolbarHeight = mToolbar.getLayoutParams().height; in updateHeaderTextSizeAndMargin() local1067 mPhotoTouchInterceptOverlay.setClickable(toolbarHeight != mMaximumHeaderHeight); in updateHeaderTextSizeAndMargin()1069 if (toolbarHeight >= mMaximumHeaderHeight) { in updateHeaderTextSizeAndMargin()1077 final float ratio = (toolbarHeight - mMinimumHeaderHeight) in updateHeaderTextSizeAndMargin()1160 final int toolbarHeight = getToolbarHeight(); in updatePhotoTintAndDropShadow() local1162 if (toolbarHeight <= mMinimumHeaderHeight && !mIsTwoPanel) { in updatePhotoTintAndDropShadow()1183 final float ratio = calculateHeightRatioToBlendingStartHeight(toolbarHeight); in updatePhotoTintAndDropShadow()1199 final float ratio = calculateHeightRatioToFullyOpen(toolbarHeight); in updatePhotoTintAndDropShadow()