Searched refs:glowBottom (Results 1 – 1 of 1) sorted by relevance
333 int glowBottom = (int) Math.min( in draw() local339 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()