Searched refs:mTopGlow (Results 1 – 1 of 1) sorted by relevance
245 private EdgeEffectCompat mLeftGlow, mTopGlow, mRightGlow, mBottomGlow; field in RecyclerView1330 mTopGlow.onPull(-overscrollY / (float) getHeight()); in pullGlows()1344 if (mTopGlow != null) needsInvalidate |= mTopGlow.onRelease(); in releaseGlows()1360 if (mTopGlow != null && !mTopGlow.isFinished() && dy > 0) { in considerReleasingGlowsOnScroll()1361 needsInvalidate |= mTopGlow.onRelease(); in considerReleasingGlowsOnScroll()1382 mTopGlow.onAbsorb(-velocityY); in absorbGlows()1420 if (mTopGlow != null) { in ensureTopGlow()1423 mTopGlow = new EdgeEffectCompat(getContext()); in ensureTopGlow()1425 mTopGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(), in ensureTopGlow()1428 mTopGlow.setSize(getMeasuredWidth(), getMeasuredHeight()); in ensureTopGlow()[all …]