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

1 2 3 4 5 6 78 910

  /frameworks/base/core/java/android/widget/
ListView.java 82 * When arrow scrolling, ListView will never scroll more than this factor
190 * @return The maximum amount a list view will scroll in response to
632 final boolean scroll = scrollYDelta != 0;
633 if (scroll) {
639 return scroll;
838 // Find space available above the selection into which we can scroll
854 // Find space available below the selection into which we can scroll
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 117 * The window size to search for a specific item when restoring scroll position.
125 // Time delay in milliseconds between posting each scroll runnables.
128 // The default rate of pixels to scroll by when a child view is dragged towards the
205 // Value used to estimate the range of scroll and scroll position
346 // Handler for executing the scroll runnable
349 // Boolean is true when the {@link #mDragScroller} scroll runanbled has been kicked off.
366 // scroll the list up a bit if we're past the lower bound, and the direction
373 // scroll the list down a bit if we're past the upper bound, and the direction
454 // When switching column count, for now, don't restore scroll position, and jus
    [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 201 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1230 /* keeps the resize handle below the h-scroll handle */
1407 overflow-y: scroll;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 201 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
1230 /* keeps the resize handle below the h-scroll handle */
1407 overflow-y: scroll;
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 449 // | | scroll "underneath" the fixed elements.
458 // height of the document so that it is possible to scroll down enough to
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 109 overflow-y: scroll;
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 947 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
android-developer-docs.js 344 // Hide the "Go to top" link if there's no vertical scroll
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 216 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
    [all...]
Document.h 260 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 237 // object has overflow:hidden/scroll/auto specified and also has overflow.
238 // scrollLeft/Top return the current scroll position. These methods are virtual so that objects like
239 // textareas can scroll shadow content (but pretend that they are the objects that are
452 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
    [all...]
RenderLayer.h 396 // Scrolling methods for layers that can scroll their overflow.
433 bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 499 void ChromeClientImpl::scroll( function in class:WebKit::ChromeClientImpl
    [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
doclava-developer-docs.js 271 // Hide the "Go to top" link if there's no vertical scroll
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
audio_player.js 30 // but it would make keeping the list scroll position very tricky.
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 557 // Handle the overflow:hidden/scroll case for the body/html elements. WinIE treats
558 // overflow:hidden and overflow:scroll on <body> as applying to the document's
859 // Every scroll that happens during layout is programmatic.
    [all...]

Completed in 2030 milliseconds

1 2 3 4 5 6 78 910