Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMyHorizontalScrollView.java49 protected float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MyHorizontalScrollView
50 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DMockTextView.java167 public float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockTextView
168 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DHorizontalScrollViewTest.java739 assertTrue(mScrollView.getLeftFadingEdgeStrength() <= 1.0f);
740 assertTrue(mScrollView.getLeftFadingEdgeStrength() >= 0.0f);
746 assertTrue(mScrollView.getLeftFadingEdgeStrength() <= 1.0f);
747 assertTrue(mScrollView.getLeftFadingEdgeStrength() >= 0.0f);
DTextViewFadingEdgeTest.java137 data.expectationLeft, textView.getLeftFadingEdgeStrength(), DELTA); in testFadingEdge()
DTextViewTest.java3714 return textView.getLeftFadingEdgeStrength() > 0.0f in testMarquee()
3723 return textView.getLeftFadingEdgeStrength() > 0.99f; in testMarquee()
3744 assertEquals(0.0f, textView.getLeftFadingEdgeStrength(), 0.01f); in testMarquee()
3753 assertTrue(textView.getLeftFadingEdgeStrength() > 0.0f); in testMarquee()
3763 assertEquals(0.0f, textView.getLeftFadingEdgeStrength(), 0.01f); in testMarquee()
/cts/tests/tests/view/src/android/view/cts/
DMockTextView.java167 public float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockTextView
168 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DMockView.java284 protected float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockView
285 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DViewTest.java920 assertEquals(0f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
932 assertEquals(1f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
944 assertEquals(0f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
953 assertEquals(0.0f, view.getLeftFadingEdgeStrength()); in testGetLeftFadingEdgeStrength()
956 assertEquals(1.0f, view.getLeftFadingEdgeStrength()); in testGetLeftFadingEdgeStrength()
/cts/tools/dex-tools/dex/
Dclasses.out.dex85927 protected float getLeftFadingEdgeStrength()