Searched refs:mTopGlow (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java412 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in class:RecyclerView
2198 EdgeEffectCompat.onPull(mTopGlow, -overscrollY / getHeight(), x / getWidth());
2217 if (mTopGlow != null) {
2218 mTopGlow.onRelease();
2219 needsInvalidate |= mTopGlow.isFinished();
2244 if (mTopGlow != null && !mTopGlow.isFinished() && dy > 0) {
2245 mTopGlow.onRelease();
2246 needsInvalidate |= mTopGlow.isFinished();
2268 mTopGlow
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java392 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in class:RecyclerView
2087 mTopGlow.onPull(-overscrollY / getHeight(), x / getWidth());
2106 if (mTopGlow != null) {
2107 mTopGlow.onRelease();
2133 if (mTopGlow != null && !mTopGlow.isFinished() && dy > 0) {
2134 mTopGlow.onRelease();
2157 mTopGlow.onAbsorb(-velocityY);
2195 if (mTopGlow != null) {
2198 mTopGlow
[all...]

Completed in 130 milliseconds