Searched refs:mLeftGlow (Results 1 – 1 of 1) sorted by relevance
391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView2076 mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight()); in pullGlows()2101 if (mLeftGlow != null) { in releaseGlows()2102 mLeftGlow.onRelease(); in releaseGlows()2124 if (mLeftGlow != null && !mLeftGlow.isFinished() && dx > 0) { in considerReleasingGlowsOnScroll()2125 mLeftGlow.onRelease(); in considerReleasingGlowsOnScroll()2148 mLeftGlow.onAbsorb(-velocityX); in absorbGlows()2168 if (mLeftGlow != null) { in ensureLeftGlow()2171 mLeftGlow = new EdgeEffect(getContext()); in ensureLeftGlow()2173 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(), in ensureLeftGlow()[all …]