Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView
2090 mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth()); in pullGlows()
2113 if (mBottomGlow != null) { in releaseGlows()
2114 mBottomGlow.onRelease(); in releaseGlows()
2136 if (mBottomGlow != null && !mBottomGlow.isFinished() && dy < 0) { in considerReleasingGlowsOnScroll()
2137 mBottomGlow.onRelease(); in considerReleasingGlowsOnScroll()
2159 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
2208 if (mBottomGlow != null) { in ensureBottomGlow()
2211 mBottomGlow = new EdgeEffect(getContext()); in ensureBottomGlow()
2213 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureBottomGlow()
[all …]