/external/webkit/Source/WebKit/chromium/public/ |
WebFrameClient.h | 338 // The main frame scrolled.
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 778 // Check to see if the plugin view is completely obscured (scrolled out of view, for example).
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShell.cpp | 350 printf("scrolled to %d,%d\n", offset.width, offset.height);
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 160 * Callback invoked when the drawer is scrolled. [all...] |
GridView.java | 594 // first row or the first row is scrolled off the top of the drawable area 637 // last row or the last row is scrolled off the bottom of the drawable area [all...] |
/frameworks/base/tests/DumpRenderTree/assets/results/ |
layout_tests_failed.txt | 185 /sdcard/android/layout_tests/fast/events/input-image-scrolled-x-y.html 219 /sdcard/android/layout_tests/fast/events/contextmenu-scrolled-page-with-frame.html 243 /sdcard/android/layout_tests/fast/events/anchor-image-scrolled-x-y.html 392 /sdcard/android/layout_tests/fast/forms/textarea-scrolled-endline-caret.html [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 369 * the list will not be scrolled unless forceScroll is true. This time may
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailDisplayUtils.java | 528 * @param listView that should be scrolled
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 95 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
|
PagedView.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion39.txt | 29 android:scrollHorizontally : Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally). [boolean]
|
completion5-expected-completion40.txt | 29 android:scrollHorizontally : Whether the text is allowed to be wider than the view (and therefore can be scrolled horizontally). [boolean]
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | 289 DBG("region already scrolled %d,%d+%dx%d %+03d,%+03d add " 297 DBG("old viewport (%d,%d+%dx%d %+03d,%+03d) was scrolled itself, " [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBox.cpp | 629 bool scrolled = false; local 636 scrolled = l->scroll(logicalToPhysical(ScrollInlineDirectionBackward, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), ScrollByDocument, multiplier); 639 scrolled = true; 641 if (scrolled) { [all...] |
/external/webkit/Source/WebCore/page/ |
FrameView.cpp | 996 // to work out most of the time, since first layouts and printing don't have you scrolled anywhere. [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 385 re-load the messages and display its initial, non-scrolled state. 405 running) in the same scrolled state the user last left it. [all...] |
/external/chromium/chrome/browser/resources/options/ |
options_page.js | 613 * Called when the page is scrolled; moves elements that are position:fixed
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list.js | 546 // cannot extend beyond the end of the list. (Sadly, being scrolled to
|
/external/quake/quake/src/QW/client/ |
draw.c | 130 smoothly scrolled off.
|
/external/skia/include/core/ |
SkBitmap.h | 384 was scrolled away. E.g. if dx = dy = 0, then inval would
|
/external/webkit/Source/WebCore/loader/ |
HistoryController.cpp | 98 first time we draw the page is already scrolled to the right place, instead of starting at the top and later [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
ScrollAnimatorMac.mm | 401 // If the user has scrolled the page, then the scrollbars must be animated here. [all...] |
/external/webkit/Source/WebCore/plugins/qt/ |
PluginViewQt.cpp | 664 // the plugin is not visible/scrolled out. [all...] |
/external/webkit/Source/WebKit/chromium/src/mac/ |
WebInputEventFactory.mm | 739 // whether you scrolled a little at a time or in one continuous motion. Some
|
/external/webkit/Tools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 787 printf("scrolled to %.f,%.f\n", scrollPosition.x, scrollPosition.y); [all...] |