/external/webkit/WebKit/chromium/src/ |
InspectorClientImpl.cpp | 112 // have to take scrolling into account.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
EmbeddedWidget.cpp | 114 // To prevent flashes while scrolling, we disable drawing during the window
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ScrollingThroughListOfFocusablesTest.java | 185 // now we are at top row, should have caused scrolling, and fading edge...
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfItemsShorterThanScreenTest.java | 106 // require scrolling to get it back on screen, and will need a peeking edge
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 9 <p>A view is an object of base class {@link android.view.View android.view.View}. It's a data structure whose properties store the layout and content for a specific rectangular area of the screen. A View object handles measuring and layout, drawing, focus change, scrolling, and key/gestures for the screen area it represents. </p>
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gallery.jd | 6 <p>A {@link android.widget.Gallery} is a View commonly used to display items in a horizontally scrolling list
|
hello-gridview.jd | 6 <p>A {@link android.widget.GridView} displays items in a two-dimensional, scrolling grid. The items
|
hello-listview.jd | 6 <p>A {@link android.widget.ListView} is a View that shows items in a vertically scrolling list. The items are
|
hello-spinner.jd | 7 It is similar to a dropdown list and will allow scrolling when the
|
/packages/apps/Phone/res/layout/ |
manage_conference_panel.xml | 122 </ScrollView> <!-- End of scrolling list wrapper for the linear layout -->
|
/external/webkit/WebKit/chromium/src/mac/ |
WebInputEventFactory.mm | [all...] |
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 125 // Moves selection down/up the given number of items, scrolling if necessary. 178 // Select an index in the list, scrolling if necessary. 366 // Adjust the popup position to account for scrolling. 773 // FIXME: Can we optimize scrolling to not require repainting the entire [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 344 var scrolling = document.getElementById(nav); 349 scrolling.scrollTop = offsetTop - navHeight + 92;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 44 <dd>Demonstrates scrolling screen with buttons altermating with a text view. </dd> 47 <dd>Demonstrates a longer scrolling screen similar to ScrollView1. </dd>
|
/external/webkit/WebKit/chromium/src/win/ |
WebInputEventFactory.cpp | 320 // simulate middle mouse scrolling in some laptops. Use GetAsyncKeyState 403 // algorithm on scrolling, it can get away with slightly larger scroll values
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ForegroundService.java | 159 // Set the icon, scrolling text and timestamp
|
StatusBarNotifications.java | 167 // Set the icon, scrolling text and timestamp
|
/external/icu4c/samples/layout/ |
clayout.c | 250 // of the window. We need this because scrolling assumes that the
|
layout.cpp | 248 // of the window. We need this because scrolling assumes that the
|
/external/webkit/WebCore/plugins/mac/ |
PluginPackageMac.cpp | 56 // Setting the window region to an empty region causes bad scrolling repaint problems
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 139 printf("Received scrolling start event for object '%S'.\n", name.c_str());
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 205 * @param immediate True to forbid animated or delayed scrolling,
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-gallery.jd | 7 horizontally scrolling list and positions the current selection at the center of the view.</p>
|
/frameworks/base/docs/html/sdk/ |
android-2.0-highlights.jd | 169 <li>Agenda view provides infinite scrolling.</li>
|
/external/jdiff/src/jdiff/ |
HTMLFiles.java | 56 h_.writeText(" <FRAME SRC=\"" + tlfLink + "\" SCROLLING=\"no\" NAME=\"topleftframe\">"); 57 h_.writeText(" <FRAME SRC=\"" + allDiffsLink + "\" SCROLLING=\"auto\" NAME=\"bottomleftframe\">"); 59 h_.writeText(" <FRAME SRC=\"" + csnLink + "\" SCROLLING=\"auto\" NAME=\"rightframe\">");
|