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

/cts/tests/tests/widget/src/android/widget/cts/
H A DMockTextView.java66 public float getLeftFadingEdgeStrength() { method in class:MockTextView
67 return super.getLeftFadingEdgeStrength();
H A DHorizontalScrollViewTest.java759 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() <= 1.0f);
760 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() >= 0.0f);
766 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() <= 1.0f);
767 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() >= 0.0f);
869 protected float getLeftFadingEdgeStrength() { method in class:HorizontalScrollViewTest.MyHorizontalScrollView
870 return super.getLeftFadingEdgeStrength();
/cts/tests/tests/view/src/android/view/cts/
H A DMockView.java281 protected float getLeftFadingEdgeStrength() { method in class:MockView
282 return super.getLeftFadingEdgeStrength();

Completed in 242 milliseconds