HomeSort by relevance Sort by last modified time
    Searched full:shouldanimate (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/widget/
AbsSpinner.java 272 boolean shouldAnimate = animate && mFirstPosition <= position &&
274 setSelectionInt(position, shouldAnimate);
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 300 bool BitmapImage::shouldAnimate()
307 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
BitmapImage.h 234 bool 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...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-12-31     [all...]

Completed in 508 milliseconds