Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DLauncherEdgeEffect.java89 private float mBaseGlowScale; field in LauncherEdgeEffect
117 mBaseGlowScale = h > 0 ? Math.min(oh / h, 1.f) : 1.f; in setSize()
295 canvas.scale(1.f, Math.min(mGlowScaleY, 1.f) * mBaseGlowScale, centerX, 0); in draw()