Searched refs:glowManager (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DPointCloud.java42 GlowManager glowManager = new GlowManager(); field in class:PointCloud
179 float glowDistance = hypot(glowManager.x - point.x, glowManager.y - point.y);
182 if (glowDistance < glowManager.radius) {
183 double cos = Math.cos(Math.PI * 0.25d * glowDistance / glowManager.radius);
184 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cos, 10.0d));
H A DGlowPadView.java289 mPointCloud.glowManager.setRadius(mGlowRadius);
438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
450 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
843 mPointCloud.glowManager.setX(mOuterRing.getX() + dx);
844 mPointCloud.glowManager.setY(mOuterRing.getY() + dy);

Completed in 192 milliseconds