Home | History | Annotate | Download | only in cts

Lines Matching defs:getBottomFadingEdgeStrength

792         assertTrue(myScrollViewCustom.getBottomFadingEdgeStrength() <= 1.0f);
793 assertTrue(myScrollViewCustom.getBottomFadingEdgeStrength() >= 0.0f);
799 assertTrue(myScrollView.getBottomFadingEdgeStrength() <= 1.0f);
800 assertTrue(myScrollView.getBottomFadingEdgeStrength() >= 0.0f);
901 protected float getBottomFadingEdgeStrength() {
902 return super.getBottomFadingEdgeStrength();