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.java353 private EdgeEffectCompat mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView
1966 if (mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth())) { in pullGlows()
1981 if (mBottomGlow != null) needsInvalidate |= mBottomGlow.onRelease(); in releaseGlows()
1998 if (mBottomGlow != null && !mBottomGlow.isFinished() && dy < 0) { in considerReleasingGlowsOnScroll()
1999 needsInvalidate |= mBottomGlow.onRelease(); in considerReleasingGlowsOnScroll()
2020 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
2069 if (mBottomGlow != null) { in ensureBottomGlow()
2072 mBottomGlow = new EdgeEffectCompat(getContext()); in ensureBottomGlow()
2074 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureBottomGlow()
2077 mBottomGlow.setSize(getMeasuredWidth(), getMeasuredHeight()); in ensureBottomGlow()
[all …]