HomeSort by relevance Sort by last modified time
    Searched defs:setAnimating (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFullScreen.cpp 35 void RenderFullScreen::setAnimating(bool animating)
  /packages/apps/Settings/src/com/android/settings/widget/
AnimatedImageView.java 90 public void setAnimating(boolean animating) {
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 330 void CompositeAnimation::setAnimating(bool animating)
336 transition->setAnimating(animating);
344 anim->setAnimating(animating);
AnimationBase.h 126 void setAnimating(bool inAnimating = true) { m_isAnimating = inAnimating; }

Completed in 58 milliseconds