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

  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 259 bool BitmapImage::shouldAnimate()
270 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
BitmapImage.h 217 bool shouldAnimate();
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 267 boolean shouldAnimate = animate && mFirstPosition <= position &&
269 setSelectionInt(position, shouldAnimate);
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 154 BOOL shouldAnimate = FALSE;
156 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0);
158 if (shouldAnimate) {

Completed in 239 milliseconds