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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 75 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
80 float deltaY = canScrollY ? e.deltaY() : 0;
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 758 boolean canScrollY = mCurrentViewport.top > AXIS_Y_MIN
768 if (canScrollY && scrolledY < 0) {
777 if (canScrollY && scrolledY > mSurfaceSizeBuffer.y - mContentRect.height()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 368 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar);
369 webLayer->setUserScrollable(canScrollX, canScrollY);
    [all...]

Completed in 287 milliseconds