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/
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.java562 assertTrue(mScrollView.getLeftFadingEdgeStrength() <= 1.0f);
563 assertTrue(mScrollView.getLeftFadingEdgeStrength() >= 0.0f);
569 assertTrue(mScrollView.getLeftFadingEdgeStrength() <= 1.0f);
570 assertTrue(mScrollView.getLeftFadingEdgeStrength() >= 0.0f);
DTextViewTest.java3145 assertEquals(0.0f, textViewLeft.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3157 assertEquals(1.0f, textViewRight.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3169 assertEquals(1.0f, textViewCenter.getLeftFadingEdgeStrength(), 0.01f); in testGetFadingEdgeStrength()
3210 return textView.getLeftFadingEdgeStrength() > 0.0f in testMarquee()
3215 final float leftFadingEdgeStrength = textView.getLeftFadingEdgeStrength(); in testMarquee()
3224 return leftFadingEdgeStrength < textView.getLeftFadingEdgeStrength() in testMarquee()
3246 assertEquals(0.0f, textView.getLeftFadingEdgeStrength(), 0.01f); in testMarquee()
3255 assertTrue(textView.getLeftFadingEdgeStrength() > 0.0f); in testMarquee()
3265 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.java266 protected float getLeftFadingEdgeStrength() { in getLeftFadingEdgeStrength() method in MockView
267 return super.getLeftFadingEdgeStrength(); in getLeftFadingEdgeStrength()
DViewTest.java767 assertEquals(0f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
778 assertEquals(1f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
789 assertEquals(0f, view.getLeftFadingEdgeStrength()); in testGetFadingEdgeStrength()
798 assertEquals(0.0f, view.getLeftFadingEdgeStrength()); in testGetLeftFadingEdgeStrength()
801 assertEquals(1.0f, view.getLeftFadingEdgeStrength()); in testGetLeftFadingEdgeStrength()