Searched refs:getBottomFadingEdgeStrength (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewTest.java66 float expected = mNestedScrollView.getBottomFadingEdgeStrength();
78 float expected = mNestedScrollView.getBottomFadingEdgeStrength();
90 float expected = mNestedScrollView.getBottomFadingEdgeStrength();
101 float expected = mNestedScrollView.getBottomFadingEdgeStrength();
/frameworks/base/core/java/android/widget/
H A DScrollView.java220 protected float getBottomFadingEdgeStrength() { method in class:ScrollView
H A DNumberPicker.java1547 protected float getBottomFadingEdgeStrength() { method in class:NumberPicker
H A DAbsListView.java2107 protected float getBottomFadingEdgeStrength() { method in class:AbsListView
2109 final float fadeEdge = super.getBottomFadingEdgeStrength();
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java405 protected float getBottomFadingEdgeStrength() { method in class:NestedScrollView
1620 // TODO: screenBottom should be decremented by fadingEdge * getBottomFadingEdgeStrength (but
/frameworks/base/core/java/android/view/
H A DView.java17049 protected float getBottomFadingEdgeStrength() { method in class:View
20286 bottomFadeStrength = Math.max(0.0f, Math.min(1.0f, getBottomFadingEdgeStrength()));
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt7585 HPLandroid/widget/NumberPicker;->getBottomFadingEdgeStrength()F
[all...]

Completed in 650 milliseconds