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