Home
last modified time | relevance | path

Searched refs:getBottomFadingEdgeStrength (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMockView.java305 protected float getBottomFadingEdgeStrength() { in getBottomFadingEdgeStrength() method in MockView
306 return super.getBottomFadingEdgeStrength(); in getBottomFadingEdgeStrength()
DViewTest.java1139 assertEquals(0f, view.getBottomFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
1146 assertEquals(0f, view.getBottomFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
1153 assertEquals(1f, view.getBottomFadingEdgeStrength(), 0.0f); in testGetFadingEdgeStrength()
1180 assertEquals(0.0f, view.getBottomFadingEdgeStrength(), 0.0f); in testGetBottomFadingEdgeStrength()
1183 assertEquals(1.0f, view.getBottomFadingEdgeStrength(), 0.0f); in testGetBottomFadingEdgeStrength()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewFadingEdgeTests.java70 protected float getBottomFadingEdgeStrength() { in getBottomFadingEdgeStrength() method in ViewFadingEdgeTests.FadingView
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java937 assertTrue(myScrollViewCustom.getBottomFadingEdgeStrength() <= 1.0f); in testGetVerticalFadingEdgeStrengths()
938 assertTrue(myScrollViewCustom.getBottomFadingEdgeStrength() >= 0.0f); in testGetVerticalFadingEdgeStrengths()
944 assertTrue(myScrollView.getBottomFadingEdgeStrength() <= 1.0f); in testGetVerticalFadingEdgeStrengths()
945 assertTrue(myScrollView.getBottomFadingEdgeStrength() >= 0.0f); in testGetVerticalFadingEdgeStrengths()
1525 protected float getBottomFadingEdgeStrength() { in getBottomFadingEdgeStrength() method in ScrollViewTest.MyScrollView
1526 return super.getBottomFadingEdgeStrength(); in getBottomFadingEdgeStrength()
DAbsListViewTest.java770 assertEquals(0.0f, listView.getBottomFadingEdgeStrength(), DELTA); in testGetTopBottomFadingEdgeStrength()
1389 protected float getBottomFadingEdgeStrength() { in getBottomFadingEdgeStrength() method in AbsListViewTest.MyListView
1390 return super.getBottomFadingEdgeStrength(); in getBottomFadingEdgeStrength()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt52621 method protected float getBottomFadingEdgeStrength();