HomeSort by relevance Sort by last modified time
    Searched refs:scroll (Results 176 - 200 of 304) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js 125 jQuery(window).scroll(function () {
  /external/chromium_org/remoting/webapp/
ui_mode.js 143 scroller.classList.remove('no-horizontal-scroll');
144 scroller.classList.remove('no-vertical-scroll');
  /external/chromium_org/third_party/WebKit/Source/core/frame/
EventHandlerRegistry.cpp 31 if (eventType == EventTypeNames::scroll) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 42 #include "platform/scroll/ScrollTypes.h"
133 // Attempts to scroll the DOM tree. If that fails, scrolls the view.
149 // Hit-test the provided (non-scroll) gesture event, applying touch-adjustment and updating
156 // Handle the provided non-scroll gesture event. Should be called only on the inner frame.
159 // Handle the provided scroll gesture event, propagating down to child frames as necessary.
254 // False if we reached the root and couldn't scroll anything.
255 // direction - The direction to scroll in. If this is a logicl direction, it will be
257 // granularity - The units that the scroll delta parameter is in.
258 // startNode - The node to start bubbling the scroll from. If a node can't scroll,
    [all...]
EventHandler.cpp 97 #include "platform/scroll/ScrollAnimator.h"
98 #include "platform/scroll/Scrollbar.h"
117 // during a scroll. The short interval is used if the content responds to the mouse events quickly enough,
887 bool EventHandler::scroll(ScrollDirection direction, ScrollGranularity granularity, Node* startNode, Node** stopNode, float delta, IntPoint absolutePoint) function in class:blink::EventHandler
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 269 addWidget: function(pos, node, scroll, vert, horiz) { },
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 121 mScrollView = (ScrollView) findViewById(R.id.scroll);
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 319 // If the begin frame data was handled, then scroll and scale set was applied
2912 LayerTreeHostCommon::ScrollUpdateInfo scroll; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 38 #include "platform/scroll/ScrollView.h"
39 #include "platform/scroll/ScrollableArea.h"
40 #include "platform/scroll/ScrollbarTheme.h"
41 #include "platform/scroll/ScrollbarThemeMacCommon.h"
42 #include "platform/scroll/ScrollbarThemeMacOverlayAPI.h"
723 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta)
728 return ScrollAnimator::scroll(orientation, granularity, step, delta);
731 return ScrollAnimator::scroll(orientation, granularity, step, delta);
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 40 /* keeps the resize handle below the h-scroll handle */
215 overflow-y: scroll;
1006 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
  /external/chromium_org/cc/layers/
layer_impl.cc 159 // Having both a scroll parent and a scroll offset delegate is unsupported.
358 // Pending tree never has sent scroll deltas
367 gfx::Vector2dF LayerImpl::ScrollBy(const gfx::Vector2dF& scroll) {
371 // Clamp new_delta so that position + delta stays within scroll bounds.
372 gfx::Vector2dF new_delta = (ScrollDelta() + scroll);
376 ScrollDelta() + scroll - new_delta;
387 // Pending tree never has sent scroll deltas
390 // Apply sent scroll deltas to scroll position / scroll delta as if th
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 50 * containing the entire contents to scroll; this child may itself be a layout
53 * array of top-level items that the user can scroll through.
92 * layout is dirty. This prevents the scroll from being wrong if the child has not been
110 * When set to true, the scroll view measure its child to make it fill the currently
198 * @return The maximum amount this scroll view will scroll in response to
347 * You can call this function yourself to have the scroll view perform
599 // Scroll to follow the motion event
613 // Break our velocity if we hit a scroll barrier.
    [all...]
ScrollView.java 52 * containing the entire contents to scroll; this child may itself be a layout
55 * array of top-level items that the user can scroll through.
98 * layout is dirty. This prevents the scroll from being wrong if the child has not been
116 * When set to true, the scroll view measure its child to make it fill the currently
224 * @return The maximum amount this scroll view will scroll in response to
373 * You can call this function yourself to have the scroll view perform
483 * Don't try to intercept touch if we can't scroll anyway.
522 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
556 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 51 * containing the entire contents to scroll; this child may itself be a layout
54 * array of top-level items that the user can scroll through.
88 * layout is dirty. This prevents the scroll from being wrong if the child has not been
106 * When set to true, the scroll view measure its child to make it fill the currently
243 * @return The maximum amount this scroll view will scroll in response to
403 * You can call this function yourself to have the scroll view perform
542 .enterCriticalSpan("ScrollView-scroll");
584 .enterCriticalSpan("ScrollView-scroll");
649 // Scroll to follow the motion even
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css 302 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
340 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
480 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
499 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
581 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
817 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
848 scroll top left;
859 scroll top left;
869 scroll top left;
879 scroll top left
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 402 document.body.classList.add('no-scroll');
404 document.body.classList.remove('no-scroll');
extensions.css 15 .no-scroll {
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 64 || eventType == EventTypeNames::scroll
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 142 document().setWindowAttributeEventListener(EventTypeNames::scroll, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
221 // auto or scroll.
222 // That said, Blink's {set}scroll{Top,Left} behaviors match Gecko's: even if there is a non-overflown
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 509 # This routine is called to automatically scroll the window when
516 $w yview scroll 1 units
518 $w yview scroll -1 units
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py 14 from telemetry.page.actions.scroll import ScrollAction
77 swipe/scroll).
282 """Perform scroll gesture on the page.
285 neither is specified, the default scroll distance is variable
286 depending on direction (see scroll.js for full implementation).
295 direction: The direction of scroll, either 'left', 'right',
297 distance: The distance to scroll (in pixel).
299 evaluated to compute scroll distance. Example:
314 """Perform scroll gesture on the element.
320 neither is specified, the default scroll distance is variabl
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 296 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
334 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
486 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
505 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
589 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
813 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
844 scroll top left;
855 scroll top left;
865 scroll top left;
875 scroll top left
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 231 overflow: scroll;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportDataGrid.js 17 this._scrollContainer.addEventListener("scroll", this._onScroll.bind(this), true);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 27 #include "platform/scroll/ScrollView.h"
32 #include "platform/scroll/ScrollbarTheme.h"
294 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity) function in class:blink::ScrollView
299 return ScrollableArea::scroll(physicalDirection, granularity);
686 // Invalidate the scroll corner too on unsuppress.
    [all...]

Completed in 2490 milliseconds

1 2 3 4 5 6 78 91011>>