Searched defs:getBottomFadingEdgeStrength (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java10936 protected float getBottomFadingEdgeStrength() { method in class:View
13777 bottomFadeStrength = Math.max(0.0f, Math.min(1.0f, getBottomFadingEdgeStrength()));
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1934 protected float getBottomFadingEdgeStrength() { method in class:AbsListView
1936 final float fadeEdge = super.getBottomFadingEdgeStrength();
H A DNumberPicker.java1392 protected float getBottomFadingEdgeStrength() { method in class:NumberPicker
H A DScrollView.java192 protected float getBottomFadingEdgeStrength() { method in class:ScrollView

Completed in 124 milliseconds