Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java690 private float getTransparentHeightRatio(int transparentHeight) { in getTransparentHeightRatio() argument
691 final float heightRatio = (float) transparentHeight / getHeight(); in getTransparentHeightRatio()