OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canScrollY
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp
79
bool
canScrollY
= m_scrollableArea->userInputScrollable(VerticalScrollbar);
84
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
347
bool
canScrollY
= scrollableArea->userInputScrollable(VerticalScrollbar);
348
webLayer->setUserScrollable(canScrollX,
canScrollY
);
[
all
...]
Completed in 740 milliseconds