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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 175 void setIsScrolling(bool isScrolling) { m_isScrolling = isScrolling; }
176 bool isScrolling() { return m_isScrolling || m_isVisibleContentRectScrolling; }
GLWebViewState.cpp 363 bool scrolling = isScrolling();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
PaintTileOperation.cpp 102 priority = m_state->isScrolling() ? 0 : TexturesGenerator::gDeferPriorityCutoff;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineHorizontalScrollView.java 169 public boolean isScrolling() {
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 104 disableFixedElemUpdate = webViewState->isScrolling()
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 449 void setIsScrolling(bool isScrolling)
453 m_glWebViewState->setIsScrolling(isScrolling);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
PositionController.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 485 milliseconds