Searched refs:m_suspendCount (Results 1 – 2 of 2) sorted by relevance
47 , m_suspendCount(0) in ScriptedAnimationController()57 ++m_suspendCount; in suspend()64 if (m_suspendCount > 0) in resume()65 --m_suspendCount; in resume()153 if (m_suspendCount) in serviceScriptedAnimations()182 if (m_suspendCount) in scheduleAnimationIfNeeded()
77 int m_suspendCount; variable