HomeSort by relevance Sort by last modified time
    Searched refs:mPointCloud (Results 1 - 4 of 4) 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));
203 ArrayList<Point> points = mPointCloud;
GlowPadView.java 209 private PointCloud mPointCloud;
246 mPointCloud = new PointCloud(pointDrawable);
247 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
248 mPointCloud.glowManager.setRadius(mGlowRadius);
410 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
422 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
712 mPointCloud.waveManager.setAlpha(0.0f);
717 mPointCloud.waveManager.setAlpha(1.0f);
718 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
719 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 33 private ArrayList<Point> mPointCloud = new ArrayList<Point>();
142 mPointCloud.clear();
157 mPointCloud.add(new Point(x, y, r));
205 ArrayList<Point> points = mPointCloud;
GlowPadView.java 204 private PointCloud mPointCloud;
274 mPointCloud = new PointCloud(pointDrawable);
275 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
276 mPointCloud.glowManager.setRadius(mGlowRadius);
423 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
435 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
729 mPointCloud.waveManager.setAlpha(0.0f);
734 mPointCloud.waveManager.setAlpha(1.0f);
735 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
736 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]

Completed in 52 milliseconds