Searched refs:mGlowAnimations (Results 1 – 1 of 1) sorted by relevance
112 private AnimationBundle mGlowAnimations = new AnimationBundle(); field in GlowPadView313 mGlowAnimations.setSuspended(true); in suspendAnimations()319 mGlowAnimations.setSuspended(false); in resumeAnimations()322 mGlowAnimations.start(); in resumeAnimations()437 mGlowAnimations.cancel(); in showGlow()438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in showGlow()444 mGlowAnimations.start(); in showGlow()449 mGlowAnimations.cancel(); in hideGlow()450 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in hideGlow()458 mGlowAnimations.start(); in hideGlow()[all …]