Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEdgeEffect.java338 int glowLeft = (mWidth - mMinWidth)/2; in draw() local
339 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); in draw()