Home | History | Annotate | Download | only in widget

Lines Matching refs:heightRatio

627         final float heightRatio = (float) transparentHeight / getHeight();
629 return 1.0f - Math.max(Math.min(1.0f, heightRatio), 0f);