Home
last modified time | relevance | path

Searched refs:mLeftGlow (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java322 private EdgeEffectCompat mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView
1783 if (mLeftGlow.onPull(-overscrollX / getWidth(), 1f - y / getHeight())) { in pullGlows()
1812 if (mLeftGlow != null) needsInvalidate = mLeftGlow.onRelease(); in releaseGlows()
1823 if (mLeftGlow != null && !mLeftGlow.isFinished() && dx > 0) { in considerReleasingGlowsOnScroll()
1824 needsInvalidate = mLeftGlow.onRelease(); in considerReleasingGlowsOnScroll()
1843 mLeftGlow.onAbsorb(-velocityX); in absorbGlows()
1863 if (mLeftGlow != null) { in ensureLeftGlow()
1866 mLeftGlow = new EdgeEffectCompat(getContext()); in ensureLeftGlow()
1868 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(), in ensureLeftGlow()
1871 mLeftGlow.setSize(getMeasuredHeight(), getMeasuredWidth()); in ensureLeftGlow()
[all …]