Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEdgeEffect.java333 int glowBottom = (int) Math.min( in draw() local
339 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); in draw()
342 mGlow.setBounds(0, 0, mWidth, glowBottom); in draw()
360 if (mState == STATE_RECEDE && glowBottom == 0 && edgeBottom == 0) { in draw()