Searched refs:mTopGlow (Results 1 – 1 of 1) sorted by relevance
391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView2086 mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth()); in pullGlows()2105 if (mTopGlow != null) { in releaseGlows()2106 mTopGlow.onRelease(); in releaseGlows()2132 if (mTopGlow != null && !mTopGlow.isFinished() && dy > 0) { in considerReleasingGlowsOnScroll()2133 mTopGlow.onRelease(); in considerReleasingGlowsOnScroll()2156 mTopGlow.onAbsorb(-velocityY); in absorbGlows()2194 if (mTopGlow != null) { in ensureTopGlow()2197 mTopGlow = new EdgeEffect(getContext()); in ensureTopGlow()2199 mTopGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureTopGlow()[all …]