Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DAnimationHandler.java59 private static boolean sAnimatorPausingEnabled = isPauseBgAnimationsEnabledInSystemProperties(); field in AnimationHandler
126 if (sOverrideAnimatorPausingSystemProperty) return sAnimatorPausingEnabled; in isPauseBgAnimationsEnabledInSystemProperties()
138 sAnimatorPausingEnabled = enable; in setAnimatorPausingEnabled()
213 if (!sAnimatorPausingEnabled) { in requestAnimatorsEnabledImpl()