Searched defs:getRightFadingEdgeStrength (Results 1 - 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
H A DMockTextView.java71 public float getRightFadingEdgeStrength() { method in class:MockTextView
72 return super.getRightFadingEdgeStrength();
H A DHorizontalScrollViewTest.java761 assertTrue(myScrollViewCustom.getRightFadingEdgeStrength() <= 1.0f);
762 assertTrue(myScrollViewCustom.getRightFadingEdgeStrength() >= 0.0f);
768 assertTrue(myScrollViewCustom.getRightFadingEdgeStrength() <= 1.0f);
769 assertTrue(myScrollViewCustom.getRightFadingEdgeStrength() >= 0.0f);
874 protected float getRightFadingEdgeStrength() { method in class:HorizontalScrollViewTest.MyHorizontalScrollView
875 return super.getRightFadingEdgeStrength();
/cts/tests/tests/view/src/android/view/cts/
H A DMockView.java286 protected float getRightFadingEdgeStrength() { method in class:MockView
287 return super.getRightFadingEdgeStrength();

Completed in 75 milliseconds