Searched refs:mLeftGlow (Results 1 – 1 of 1) sorted by relevance
391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView2096 mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight()); in pullGlows()2121 if (mLeftGlow != null) { in releaseGlows()2122 mLeftGlow.onRelease(); in releaseGlows()2144 if (mLeftGlow != null && !mLeftGlow.isFinished() && dx > 0) { in considerReleasingGlowsOnScroll()2145 mLeftGlow.onRelease(); in considerReleasingGlowsOnScroll()2168 mLeftGlow.onAbsorb(-velocityX); in absorbGlows()2188 if (mLeftGlow != null) { in ensureLeftGlow()2191 mLeftGlow = new EdgeEffect(getContext()); in ensureLeftGlow()2193 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(), in ensureLeftGlow()[all …]