Home
last modified time | relevance | path

Searched refs:mGlowAnimations (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
DGlowPadView.java112 private AnimationBundle mGlowAnimations = new AnimationBundle(); field in GlowPadView
313 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 …]