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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 300 bool BitmapImage::shouldAnimate()
307 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
BitmapImage.h 234 bool shouldAnimate();
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 272 boolean shouldAnimate = animate && mFirstPosition <= position &&
274 setSelectionInt(position, shouldAnimate);
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 161 BOOL shouldAnimate = FALSE;
163 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0);
165 if (shouldAnimate) {
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 223 BOOL shouldAnimate = FALSE;
224 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0);
226 if (shouldAnimate) {
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 359 BOOL shouldAnimate = !_isFullscreen;
419 if (!shouldAnimate || !_renderer || !_renderer->layer()->isComposited()) {
    [all...]

Completed in 528 milliseconds