HomeSort by relevance Sort by last modified time
    Searched refs:hasAnimations (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CompositeAnimation.h 64 bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); }
AnimationControllerPrivate.h 75 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); }
AnimationController.cpp 94 if (compAnim->hasAnimations()) {
127 if (compAnim->hasAnimations()) {
437 if (!m_data->hasAnimations())
CompositeAnimation.cpp 191 if (m_keyframeAnimations.isEmpty() && !targetStyle.hasAnimations())
196 if (currentStyle && currentStyle->hasAnimations() && targetStyle.hasAnimations() && *(currentStyle->animations()) == *(targetStyle.animations())) {
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 59 milliseconds