Searched refs:transparentHeight (Results 1 – 1 of 1) sorted by relevance
690 private float getTransparentHeightRatio(int transparentHeight) { in getTransparentHeightRatio() argument691 final float heightRatio = (float) transparentHeight / getHeight(); in getTransparentHeightRatio()