Home
last modified time | relevance | path

Searched refs:getLeftFadingEdgeStrength (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java66 public float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockTextView
67 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DHorizontalScrollViewTest.java759 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() <= 1.0f); in testGetHorizontalFadingEdgeStrengths()
760 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() >= 0.0f); in testGetHorizontalFadingEdgeStrengths()
766 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() <= 1.0f); in testGetHorizontalFadingEdgeStrengths()
767 assertTrue(myScrollViewCustom.getLeftFadingEdgeStrength() >= 0.0f); in testGetHorizontalFadingEdgeStrengths()
869 protected float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in HorizontalScrollViewTest.MyHorizontalScrollView
870 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DTextViewFadingEdgeTest.java152 data.expectationLeft, textView.getLeftFadingEdgeStrength(), DELTA); in testFadingEdge()
DTextViewTest.java4580 ((MockTextView) mSecondTextView).getLeftFadingEdgeStrength() > 0.0f in testMarquee()
4585 ((MockTextView) mSecondTextView).getLeftFadingEdgeStrength() > 0.99f); in testMarquee()
4606 assertEquals(0.0f, ((MockTextView) mSecondTextView).getLeftFadingEdgeStrength(), 0.01f); in testMarquee()
4612 assertTrue(((MockTextView) mSecondTextView).getLeftFadingEdgeStrength() > 0.0f); in testMarquee()
4618 assertEquals(0.0f, ((MockTextView) mSecondTextView).getLeftFadingEdgeStrength(), 0.01f); in testMarquee()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java281 protected float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockView
282 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DViewTest.java923 assertEquals(0f, view.getLeftFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
930 assertEquals(1f, view.getLeftFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
937 assertEquals(0f, view.getLeftFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
947 assertEquals(0.0f, view.getLeftFadingEdgeStrength(), 0.0f); in testGetLeftFadingEdgeStrength()
950 assertEquals(1.0f, view.getLeftFadingEdgeStrength(), 0.0f); in testGetLeftFadingEdgeStrength()
/cts/tools/dex-tools/dex/
Dclasses.out.dex85927 protected float getLeftFadingEdgeStrength()