Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java322 private EdgeEffectCompat mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView
1800 if (mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth())) { in pullGlows()
1815 if (mBottomGlow != null) needsInvalidate |= mBottomGlow.onRelease(); in releaseGlows()
1832 if (mBottomGlow != null && !mBottomGlow.isFinished() && dy < 0) { in considerReleasingGlowsOnScroll()
1833 needsInvalidate |= mBottomGlow.onRelease(); in considerReleasingGlowsOnScroll()
1854 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
1903 if (mBottomGlow != null) { in ensureBottomGlow()
1906 mBottomGlow = new EdgeEffectCompat(getContext()); in ensureBottomGlow()
1908 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureBottomGlow()
1911 mBottomGlow.setSize(getMeasuredWidth(), getMeasuredHeight()); in ensureBottomGlow()
[all …]