HomeSort by relevance Sort by last modified time
    Searched full:scrolling (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/layoutopt/libs/uix/src/resources/rules/
NestedScrollingWidgets.rule 3 // Description: Checks whether a scrolling widget has nested scrolling widgets.
6 // - The node is a scrolling widget
7 // - The node has a descendant who is also a scrolling widget
11 analysis << "The vertically scrolling ${node.name()} should not contain another " +
12 "vertically scrolling widget"
17 analysis << "The horizontally scrolling ${node.name()} should not contain another " +
18 "horizontally scrolling widget"
  /external/webkit/WebCore/manual-tests/
panScroll.html 22 <iframe src="resources/big-page.html" scrolling></iframe>
23 <iframe src="resources/big-page.html" scrolling=""></iframe>
24 <iframe src="resources/big-page.html" scrolling="auto"></iframe>
25 <iframe src="resources/big-page.html" scrolling="yes"></iframe>
26 <iframe src="resources/big-page.html" scrolling="no"></iframe>
27 <iframe src="resources/big-page.html" scrolling="bogus"></iframe>
28 <iframe src="resources/big-page.html" scrolling="1234"></iframe>
frame-hover.html 3 <iframe src="resources/hover-subframe-1.html" frameborder="0" height="300" scrolling="no" width="200"></iframe><iframe src="resources/hover-subframe-2.html" frameborder="0" height="300" scrolling="no" width="200"></iframe>
autoscroll-when-outside-window.html 3 <p>Click somewhere in this text, then quickly drag past the bottom of the window and hold still to allow auto-scrolling to happen.</p>
svg-node-count-vs-scroll.xhtml 6 <title>SVG Scrolling Performance depends on #node is Safari?</title>
39 <h1>SVG Scrolling Performance depends on #node is Safari?</h1>
caretScrolling.html 2 <p>Manual test for fix for <a href="rdar://problem/3690705">rdar://problem/3690705</a> "caret does not move when scrolling overflow: auto editable area"</p>
linkjump-5.html 7 <p><b>BUG ID:</b> <a href="rdar://problem/4256060">4256060</a> Link scrolling to last object on the page doesn't work if the link being scrolled to contains an empty inline</p>
scrolling-nestedframesets.html 7 <p><b>BUG ID:</b> <a href="rdar://problem/4361048">4361048</a> Glendale Regression: Seed: scrolling with scrollwheel, trackpad doesn't work for nested framesets at gmail.com</p>
  /external/proguard/docs/
index.html 22 scrolling="no"
35 scrolling="no"
43 scrolling="auto"
  /external/webkit/WebCore/manual-tests/qt/
plugin-iframe.html 22 frameborder="0" scrolling="auto" name="myInlineFrame"></iframe>
  /external/webkit/WebCore/rendering/
RenderPartObject.cpp 70 bool scrolling = element->scrollingMode() != ScrollbarAlwaysOff; local
76 if (scrolling || !widthIsFixed || !heightIsFixed) {
86 if (scrolling || !widthIsFixed)
108 if (scrolling || !heightIsFixed)
110 if (scrolling || !widthIsFixed)
156 bool scrolling = static_cast<HTMLIFrameElement*>(node())->scrollingMode() != ScrollbarAlwaysOff;
157 if (!scrolling && style()->width().isFixed())
190 bool scrolling = static_cast<HTMLIFrameElement*>(node())->scrollingMode() != ScrollbarAlwaysOff;
191 if (!scrolling && style()->height().isFixed())
  /frameworks/base/docs/html/sdk/api_diff/3/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/docs/html/sdk/api_diff/4/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/docs/html/sdk/api_diff/5/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/docs/html/sdk/api_diff/6/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/docs/html/sdk/api_diff/7/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/docs/html/sdk/api_diff/8/
changes.html 30 <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
31 <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
33 <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListLastItemPartiallyVisible.java 22 * A list where the very last item is partially visible, but still requires scrolling
  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 20 * Handles scrolling while dragging
  /frameworks/base/core/java/android/widget/
Scroller.java 27 * This class encapsulates scrolling. The duration of the scroll
29 * the scrolling animation should take. Past this time, the scrolling is
31 * will always return false to indicate that scrolling is over.
100 * Returns whether the scroller has finished scrolling.
102 * @return True if the scroller has finished scrolling, false otherwise.
247 * Start scrolling by providing a starting point and the distance to travel.
265 * Start scrolling by providing a starting point and the distance to travel.
292 * Start scrolling based on a fling gesture. The distance travelled will
389 * Returns the time elapsed since the beginning of the scrolling
    [all...]
SectionIndexer.java 20 * Interface that should be implemented on Adapters to enable fast scrolling
31 * preview letter to display while scrolling.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 31 * <li>Scrolling to something off screen (from top and from bottom)
32 * <li>Scrolling to bring something that is larger than the screen on screen
  /development/samples/ApiDemos/res/layout/
animations_main_screen.xml 24 android:persistentDrawingCache="animation|scrolling"
scroll_view_2.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
  /external/jsr305/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">

Completed in 8505 milliseconds

1 2 3 4 5 6 7 8 91011>>