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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimator.cpp 80 bool canScrollY = m_scrollableArea->userInputScrollable(VerticalScrollbar);
85 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...]

Completed in 444 milliseconds