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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.cpp 453 bool BitmapImage::shouldAnimate()
460 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 474 if (!mAnimating && shouldAnimate()) {
490 private boolean shouldAnimate() {
696 if (scroller.isFinished() || !shouldAnimate()) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 475 if (!mAnimating && shouldAnimate()) {
491 private boolean shouldAnimate() {
697 if (scroller.isFinished() || !shouldAnimate()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 88 milliseconds