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 77 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
82 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 378 bool canScrollY = scrollableArea->userInputScrollable(VerticalScrollbar);
379 webLayer->setUserScrollable(canScrollX, canScrollY);
    [all...]

Completed in 1594 milliseconds