HomeSort by relevance Sort by last modified time
    Searched refs:mPointCloud (Results 1 - 6 of 6) 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 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...]
  /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;
277 mPointCloud = new PointCloud(pointDrawable);
278 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius);
279 mPointCloud.glowManager.setRadius(mGlowRadius);
426 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
724 mPointCloud.waveManager.setAlpha(0.0f);
729 mPointCloud.waveManager.setAlpha(1.0f);
730 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f);
731 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION
    [all...]

Completed in 274 milliseconds