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));
204 ArrayList<Point> points = mPointCloud;
GlowPadView.java 203 private PointCloud mPointCloud;
276 mPointCloud = new PointCloud(pointDrawable);
277 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
278 mPointCloud.glowManager.setRadius(mGlowRadius);
404 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
416 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
706 mPointCloud.waveManager.setAlpha(0.0f);
711 mPointCloud.waveManager.setAlpha(1.0f);
712 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
713 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/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 202 private PointCloud mPointCloud;
274 mPointCloud = new PointCloud(pointDrawable);
275 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
276 mPointCloud.glowManager.setRadius(mGlowRadius);
400 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
412 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
696 mPointCloud.waveManager.setAlpha(0.0f);
701 mPointCloud.waveManager.setAlpha(1.0f);
702 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
703 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]

Completed in 48 milliseconds