/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
MultiPageTextWithPaddingTest.java | 63 "should be fully scrolled to bottom",
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TouchTest.java | 179 // TextView has not been scrolled. 193 // TextView has been scrolled. 207 // TextView has not been scrolled.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfItemsTallerThanScreenTest.java | 99 // next view should now have selection, and be scrolled another a third of the list 155 assertEquals("views scrolled off screen should be removed from view group", 179 * b) the selected view is the last item in the list, and we are scrolled to the bottom
|
/external/webkit/Source/WebCore/platform/ |
ScrollView.h | 138 // Whether or not a scroll view will blit visible contents when it is scrolled. Blitting is disabled in situations 143 // The visible content rect has a location that is the scrolled offset of the document. The width and height are the viewport width 177 // Functions for querying the current scrolled position (both as a point, a size, or as individual X and Y values). 179 IntSize scrollOffset() const { return visibleContentRect().location() - IntPoint(); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes. 180 IntPoint maximumScrollPosition() const; // The maximum position we can be scrolled to. 181 IntPoint minimumScrollPosition() const; // The minimum position we can be scrolled to.
|
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 55 // check if we scrolled completely away
|
/external/webkit/Source/WebCore/editing/ |
EditingBehavior.h | 49 // content should be scrolled such that the selection gets certer aligned.
|
/external/webkit/Source/WebCore/manual-tests/ |
dictionary-scrolled-iframe.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8295">Bugzilla bug 8295</a> Dictionary pop-up panel targets the wrong word in a scrolled IFRAME</p>
|
scrollIntoView-horizontal.html | 16 Next button does not scroll into view, or the button is scrolled to the wrong positon (top, bottom).
|
/external/webkit/Source/WebKit2/Shared/ |
UpdateInfo.h | 52 // The rect and delta to be scrolled.
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchStackFromBottomManyTest.java | 80 assertEquals("Grid is not scrolled to the bottom", mGridView.getAdapter().getCount() - 1,
|
/packages/apps/Contacts/src/com/android/contacts/ |
BackScrollManager.java | 30 /** Defines the header to be scrolled. */
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFrame.idl | 223 @abstract Sets whether the WebFrameView allows its document to be scrolled 224 @param flag YES to allow the document to be scrolled, NO to disallow scrolling 231 @abstract Returns whether the WebFrameView allows its document to be scrolled
|
/external/chromium/chrome/browser/ui/views/tabs/ |
side_tab_strip.h | 94 // scrolled the tabs this is non-zero.
|
/external/webkit/Source/WebCore/manual-tests/plugins/ |
windowed.html | 64 <b> Verify the following tests with and without the page scrolled (including seeming unrelated test cases like printing). <br/>
|
windowless.html | 64 <b> Verify the following tests with and without the page scrolled (including seeming unrelated test cases like printing). <br/>
|
/external/webkit/Source/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 434 // Scrolled past the top. 438 // Scrolled past the bottom. 477 // Scrolled past the top. 481 // Scrolled past the bottom.
|
/external/webkit/Source/WebKit/chromium/public/ |
WebWidgetClient.h | 50 // scrolled by the specified dx and dy amounts.
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
CandidateView.java | 177 final boolean scrolled = mScrolled; 189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) {
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailTabCarousel.java | 227 * Returns the number of pixels that this view can be scrolled horizontally. 234 * Returns the number of pixels that this view can be scrolled vertically while still allowing
|
ContactDetailLayoutController.java | 412 // scrolled into place. Perform an animation of the tab carousel is needed. 432 // the list can only be scrolled a tiny amount), then animate the carousel down 568 // tab carousel must not be visible, 2) if the view pager is still being scrolled,
|
/external/chromium/chrome/browser/ui/gtk/ |
task_manager_gtk.cc | 504 // Wrap the treeview widget in a scrolled window in order to have a frame. 505 GtkWidget* scrolled = gtk_scrolled_window_new(NULL, NULL); local 506 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scrolled), 508 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled), 511 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog_)->vbox), scrolled); 529 gtk_container_add(GTK_CONTAINER(scrolled), treeview_); [all...] |
/external/webkit/LayoutTests/platform/android/ |
test_expectations.txt | 127 fast/events/anchor-image-scrolled-x-y.html FAIL // requires eventSender.mouseDown(),mouseUp() 137 fast/events/input-image-scrolled-x-y.html FAIL // requires eventSender.mouseDown(),mouseUp() 172 fast/forms/textarea-scrolled-endline-caret.html FAIL // requires eventSender.mouseDown(),mouseUp()
|
/external/qemu-pc-bios/vgabios/tests/ |
testbios.c | 79 printf("Scrolled 2 up");
89 printf("Scrolled 2 down");
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 213 * <li>the view port will be scrolled only just enough to make the 222 * @return Whether the group scrolled to handle the operation
|
/packages/apps/Calendar/src/com/android/calendar/ |
StickyHeaderListView.java | 184 * @param view - the scrolled view 197 * @param view - the scrolled view
|