HomeSort by relevance Sort by last modified time
    Searched defs:hasAnimations (Results 1 - 5 of 5) 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(); }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
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/style/
RenderStyle.h     [all...]

Completed in 406 milliseconds