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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java245 private EdgeEffectCompat mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in class:RecyclerView
1330 mTopGlow.onPull(-overscrollY / (float) getHeight());
1344 if (mTopGlow != null) needsInvalidate |= mTopGlow.onRelease();
1360 if (mTopGlow != null && !mTopGlow.isFinished() && dy > 0) {
1361 needsInvalidate |= mTopGlow.onRelease();
1382 mTopGlow.onAbsorb(-velocityY);
1420 if (mTopGlow != null) {
1423 mTopGlow
[all...]

Completed in 153 milliseconds