Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java1130 final float ratio = calculateHeightRatioToFullyOpen(toolbarHeight); in updatePhotoTintAndDropShadow()
1131 final float intermediateRatio = calculateHeightRatioToFullyOpen((int) in updatePhotoTintAndDropShadow()
1155 private float calculateHeightRatioToFullyOpen(int height) { in calculateHeightRatioToFullyOpen() method in MultiShrinkScroller