HomeSort by relevance Sort by last modified time
    Searched refs:mPointCloud (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 33 private ArrayList<Point> mPointCloud = new ArrayList<Point>();
142 mPointCloud.clear();
157 mPointCloud.add(new Point(x, y, r));
204 ArrayList<Point> points = mPointCloud;
GlowPadView.java 198 private PointCloud mPointCloud;
268 mPointCloud = new PointCloud(pointDrawable);
269 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
270 mPointCloud.glowManager.setRadius(mGlowRadius);
390 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
402 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
686 mPointCloud.waveManager.setAlpha(0.0f);
691 mPointCloud.waveManager.setAlpha(1.0f);
692 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
693 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]

Completed in 140 milliseconds