Searched refs:mBottomGlow (Results 1 – 1 of 1) sorted by relevance
391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView2110 mBottomGlow.onPull(overscrollY / getHeight(), 1f - x / getWidth()); in pullGlows()2133 if (mBottomGlow != null) { in releaseGlows()2134 mBottomGlow.onRelease(); in releaseGlows()2156 if (mBottomGlow != null && !mBottomGlow.isFinished() && dy < 0) { in considerReleasingGlowsOnScroll()2157 mBottomGlow.onRelease(); in considerReleasingGlowsOnScroll()2179 mBottomGlow.onAbsorb(velocityY); in absorbGlows()2228 if (mBottomGlow != null) { in ensureBottomGlow()2231 mBottomGlow = new EdgeEffect(getContext()); in ensureBottomGlow()2233 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureBottomGlow()[all …]