Searched refs:mPointCloud (Results 1 – 2 of 2) sorted by relevance
202 private PointCloud mPointCloud; field in GlowPadView274 mPointCloud = new PointCloud(pointDrawable); in GlowPadView()275 mPointCloud.makePointCloud(mInnerRadius, mOuterRadius); in GlowPadView()276 mPointCloud.glowManager.setRadius(mGlowRadius); in GlowPadView()400 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in showGlow()412 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in hideGlow()696 mPointCloud.waveManager.setAlpha(0.0f); in stopAndHideWaveAnimation()701 mPointCloud.waveManager.setAlpha(1.0f); in startWaveAnimation()702 mPointCloud.waveManager.setRadius(mHandleDrawable.getWidth()/2.0f); in startWaveAnimation()703 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION, in startWaveAnimation()[all …]
33 private ArrayList<Point> mPointCloud = new ArrayList<Point>(); field in PointCloud142 mPointCloud.clear(); in makePointCloud()157 mPointCloud.add(new Point(x, y, r)); in makePointCloud()205 ArrayList<Point> points = mPointCloud; in draw()