Searched defs:mBottomGlow (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
1333 mBottomGlow.onPull(overscrollY / (float) getHeight());
1346 if (mBottomGlow != null) needsInvalidate |= mBottomGlow.onRelease();
1363 if (mBottomGlow != null && !mBottomGlow.isFinished() && dy < 0) {
1364 needsInvalidate |= mBottomGlow.onRelease();
1385 mBottomGlow.onAbsorb(velocityY);
1434 if (mBottomGlow != null) {
1437 mBottomGlow
[all...]

Completed in 354 milliseconds