Searched refs:noAnimation (Results 1 – 2 of 2) sorted by relevance
171 boolean noAnimation = wasAdded; in startAnimations()189 if (noAnimation && !mAnimationFilter.hasGoToFullShadeEvent) { in startAnimations()198 if (noAnimation) { in startAnimations()207 if (noAnimation) { in startAnimations()217 if (noAnimation) { in startAnimations()226 if (noAnimation) { in startAnimations()235 if (noAnimation) { in startAnimations()244 && !noAnimation); in startAnimations()247 child.setDark(viewState.dark, mAnimationFilter.animateDark && !noAnimation, delay); in startAnimations()254 !wasAdded && !noAnimation, delay, duration); in startAnimations()
266 private void setCircleRadius(float circleRadius, boolean slowAnimation, boolean noAnimation) { in setCircleRadius() argument272 boolean radiusNeedsAnimation = (radiusHidden != nowHidden) && !noAnimation; in setCircleRadius()