Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeEffect.java323 int glowLeft = (mWidth - mMinWidth)/2; in draw() local
324 mGlow.setBounds(glowLeft, 0, mWidth - glowLeft, glowBottom); in draw()