Searched refs:mGlowAnimations (Results 1 – 2 of 2) sorted by relevance
102 private AnimationBundle mGlowAnimations = new AnimationBundle(); field in GlowPadView297 mGlowAnimations.setSuspended(true); in suspendAnimations()303 mGlowAnimations.setSuspended(false); in resumeAnimations()306 mGlowAnimations.start(); in resumeAnimations()399 mGlowAnimations.cancel(); in showGlow()400 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in showGlow()406 mGlowAnimations.start(); in showGlow()411 mGlowAnimations.cancel(); in hideGlow()412 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in hideGlow()420 mGlowAnimations.start(); in hideGlow()[all …]
102 private AnimationBundle mGlowAnimations = new AnimationBundle(); field in GlowPadView300 mGlowAnimations.setSuspended(true); in suspendAnimations()306 mGlowAnimations.setSuspended(false); in resumeAnimations()309 mGlowAnimations.start(); in resumeAnimations()425 mGlowAnimations.cancel(); in showGlow()426 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in showGlow()432 mGlowAnimations.start(); in showGlow()437 mGlowAnimations.cancel(); in hideGlow()438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration, in hideGlow()446 mGlowAnimations.start(); in hideGlow()[all …]