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

  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.h 70 bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); }
AnimationControllerPrivate.h 70 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); }
CompositeAnimation.cpp 198 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations())
205 if (currentStyle && currentStyle->hasAnimations() && targetStyle->hasAnimations() && *(currentStyle->animations()) == *(targetStyle->animations())) {
AnimationController.cpp 95 if (!compAnim->suspended() && compAnim->hasAnimations()) {
467 if (!m_data->hasAnimations())
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 209 return m_compositedRoot->hasAnimations();
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 199 bool hasAnimations() const;
LayerAndroid.cpp 231 bool LayerAndroid::hasAnimations() const
234 if (getChild(i)->hasAnimations())
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 667 return hasAnimations() || (TWO_PHASE_ANIMATION && mFinishAnimReady);
674 private boolean hasAnimations() {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 292 milliseconds