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.java1199 final float ratio = calculateHeightRatioToFullyOpen(toolbarHeight); in updatePhotoTintAndDropShadow()
1200 final float intermediateRatio = calculateHeightRatioToFullyOpen((int) in updatePhotoTintAndDropShadow()
1221 private float calculateHeightRatioToFullyOpen(int height) { in calculateHeightRatioToFullyOpen() method in MultiShrinkScroller