HomeSort by relevance Sort by last modified time
    Searched full:scrolling (Results 26 - 50 of 268) sorted by null

12 3 4 5 6 7 8 91011

  /external/webkit/WebCore/manual-tests/
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>
  /frameworks/base/core/tests/coretests/res/layout/
scroll_to_rect_with_internal_scroll.xml 21 <!-- Demonstrates scrolling with a ScrollView. -->
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridStackFromBottomMany.java 23 * screen (to exercise scrolling.)
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 104 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
126 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
145 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
163 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
RequestRectangleVisibleWithInternalScrollTest.java 70 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
  /external/kernel-headers/original/linux/
console_struct.h 9 * to achieve effects such as fast scrolling by changing the origin.
28 unsigned int vc_top, vc_bottom; /* Scrolling region */
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 64 // and synthesized in other cases where platforms generate line-by-line scrolling events.
66 // up and down (you get the same behavior as if the user was clicking in a scrollbar track to page up or page down). Page scrolling only works in the vertical direction.
ScrollView.h 81 // Methods for setting and retrieving the scrolling mode in each axis (horizontal/vertical). The mode has values of
103 // If the prohibits scrolling flag is set, then all scrolling in the view (even programmatic scrolling) is turned off.
142 // Methods for scrolling the view. setScrollPosition is the only method that really scrolls the view. The other two methods are helper functions
191 // On Mac the underlying NSScrollView just does the scrolling, but on other platforms
222 // Pan scrolling.
  /external/webkit/WebKitTools/mangleme/
tags.h 36 { "FRAME", "SRC", "NAME", "MARGINWIDTH", "MARGINHEIGHT", "SCROLLING", "FRAMESPACING", "onLoad", "STYLE", 0 },
42 { "IFRAME", "ALIGN", "FRAMEBORDER", "HEIGHT", "MARGINHEIGHT", "MARGINWIDTH", "NAME", "SCROLLING", "SRC", "ADDRESS", "WIDTH", "onLoad", "STYLE", 0 },
  /frameworks/base/core/java/android/app/
StatusBarManager.java 39 * Flag for {@link #disable} to hide notification icons and scrolling ticker text.
50 * Flag for {@link #disable} to hide only the scrolling ticker. Note that
  /development/pdk/docs/porting/
lights.jd 47 <iframe onLoad="resizeDoxFrameHeight();" src="lights_8h.html" scrolling="no" scroll="no" id="doxygen" marginwidth="0" marginheight="0"
audio.jd 61 <iframe onLoad="resizeDoxFrameHeight();" src="AudioHardwareInterface_8h.html" scrolling="no" scroll="no" id="doxygen" marginwidth="0" marginheight="0" frameborder="0" style="width:100%;"></iframe>
  /development/samples/ApiDemos/res/layout/
buttons_1.xml 17 <!-- Lots of buttons = need scrolling -->
shape_drawable_1.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
  /development/samples/Home/res/layout-land/
home.xml 26 android:persistentDrawingCache="animation|scrolling"
  /development/samples/Home/res/layout-port/
home.xml 26 android:persistentDrawingCache="animation|scrolling"
  /external/guava/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  /external/webkit/WebCore/html/
HTMLFrameElement.idl 31 attribute [ConvertNullToNullString, Reflect] DOMString scrolling;
HTMLIFrameElement.idl 33 attribute [ConvertNullToNullString, Reflect] DOMString scrolling;
  /external/webkit/WebCore/platform/wx/
MouseWheelEventWx.cpp 43 , m_deltaX(0) // wx doesn't support horizontal mouse wheel scrolling
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListTester.java 70 // Scrolling on header elements should trigger an AdapterContextMenu
115 // Scrolling on footer elements should trigger an AdapterContextMenu
197 // Scrolling on header elements should not give a valid selected position.
216 // Scrolling on footer elements should not give a valid selected position.
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 16 * Provides a scrolling text view previewing a named section of a
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 45 * ListView takes care of its own scrolling. Most importantly, doing this
51 * takes care of its own scrolling, so does not require a ScrollView, but
55 * <p>HorizontalScrollView only supports horizontal scrolling.
101 * Determines speed during touch scrolling
112 * Whether arrow scrolling is animated.
274 * @return Whether arrow scrolling will animate its transition.
281 * Set whether arrow scrolling will animate its transition.
282 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition
326 * scrolling from a key event, just as if the event had been dispatched to
390 * scrolling there
    [all...]
ScrollView.java 47 * takes care of its own scrolling, so does not require a ScrollView, but
51 * <p>ScrollView only supports vertical scrolling.
97 * Determines speed during touch scrolling
108 * Whether arrow scrolling is animated.
270 * @return Whether arrow scrolling will animate its transition.
277 * Set whether arrow scrolling will animate its transition.
278 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition
323 * scrolling from a key event, just as if the event had been dispatched to
388 * scrolling there.
701 * <p>Handles scrolling in response to a "page up/down" shortcut press. Thi
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ContactView.java 96 public void bind(Cursor cursor, String underLineText, boolean scrolling) {
97 bind(cursor, underLineText, true, scrolling);
100 public void bind(Cursor cursor, String underLineText, boolean showChatMsg, boolean scrolling) {

Completed in 182 milliseconds

12 3 4 5 6 7 8 91011