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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DPointCloud.java32 private ArrayList<Point> mPointCloud = new ArrayList<Point>(); field in class:PointCloud
141 mPointCloud.clear();
156 mPointCloud.add(new Point(x, y, r));
204 ArrayList<Point> points = mPointCloud;
H A DGlowPadView.java217 private PointCloud mPointCloud; field in class:GlowPadView
287 mPointCloud = new PointCloud(pointDrawable);
288 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
289 mPointCloud.glowManager.setRadius(mGlowRadius);
438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
450 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
748 mPointCloud.waveManager.setAlpha(0.0f);
753 mPointCloud.waveManager.setAlpha(1.0f);
754 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
755 mWaveAnimations.add(Tweener.to(mPointCloud
[all...]

Completed in 626 milliseconds