/frameworks/base/docs/html/design/patterns/ |
gestures.jd | 38 <p>Scrolls overflowing content, or navigates between views in the same hierarchy. Swipes are
|
swipe-views.jd | 35 Navigating between consecutive email messages using the swipe gesture. If a view contains content that exceeds the width of the screen such as a wide email message, make sure the user's initial swipes will scroll horizontally within the view. Once the end of the content is reached, an additional swipe should navigate to the next view. In addition, support the use of edge swipes to immediately navigate between views when content scrolls horizontally.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble.js | 402 * outside the bubble and its target element, scrolls the underlying document 460 * outside the bubble and its target element, scrolls the underlying
|
/frameworks/base/docs/html/training/animation/ |
screen-slide.jd | 215 It is a dynamic property that changes as the user scrolls through the pages. When a page fills the screen, its position value is <code>0</code>. 216 When a page is drawn just off the right side of the screen, its position value is <code>1</code>. If the user scrolls halfway between pages one and two, page one has a position of -0.5 and page two has a position of 0.5. Based on the position of the pages on the screen, you can create custom slide animations by setting page properties with methods such as {@link android.view.View#setAlpha setAlpha()}, {@link android.view.View#setTranslationX setTranslationX()}, or
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Scroller.java | 227 * Returns where the scroll will end. Valid only for "fling" scrolls. 236 * Returns where the scroll will end. Valid only for "fling" scrolls.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherScroller.java | 257 * Returns where the scroll will end. Valid only for "fling" scrolls. 266 * Returns where the scroll will end. Valid only for "fling" scrolls.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ContentBrowserActivity.java | 123 // When the user scrolls, we hide navigation elements.
|
ContentBrowserNavActivity.java | 124 // When the user scrolls, we hide navigation elements.
|
/external/chromium/chrome/browser/ui/touch/frame/ |
touch_browser_frame_view.cc | 273 // the renderer scrolls when necessary to keep the textfield visible.
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | [all...] |
layer_tree_host_impl_unittest.cc | 184 for (size_t i = 0; i < scroll_info.scrolls.size(); ++i) { 185 if (scroll_info.scrolls[i].layer_id != id) 187 EXPECT_VECTOR_EQ(scroll_delta, scroll_info.scrolls[i].scroll_delta); 197 for (size_t i = 0; i < scroll_info.scrolls.size(); ++i) { 198 if (scroll_info.scrolls[i].layer_id != id) 389 ASSERT_EQ(scroll_info->scrolls.size(), 0u); 413 ASSERT_EQ(scroll_info->scrolls.size(), 0u); 417 ASSERT_EQ(scroll_info->scrolls.size(), 0u); 438 ASSERT_EQ(scroll_info->scrolls.size(), 1u); 445 ASSERT_EQ(scroll_info->scrolls.size(), 1u) [all...] |
single_thread_proxy.cc | 226 DCHECK(!scroll_info->scrolls.size());
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_win.cc | 280 // If this is a layout complete notification (sent when a container scrolls)
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_event_filter.h | 130 // Sub-filter for removing bounces from in-progress scrolls.
|
/external/chromium_org/ppapi/api/ |
ppb_view.idl | 143 * happens asynchronously. This means when the user scrolls, for example,
|
/external/chromium_org/ppapi/cpp/ |
view.h | 108 /// happens asynchronously. This means when the user scrolls, for example,
|
/external/chromium_org/third_party/isimpledom/ |
ISimpleDOMText.idl | 74 cpp_quote("// In scrollable views, scrolls to ensure that the specified substring is visible onscreen.")
|
/external/chromium_org/ui/events/test/ |
events_test_utils_x11.cc | 178 // MouseWheelEvents are not taking horizontal scrolls into account
|
/external/chromium_org/ui/views/controls/ |
scroll_view_unittest.cc | 187 // Verifies the header scrolls horizontally with the content.
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiScrollable.jd | 333 <div class="jd-descrdiv">Gets the maximum number of scrolls allowed when performing a 519 <div class="jd-descrdiv">Scrolls to the beginning of a scrollable layout element.</div> 537 <div class="jd-descrdiv">Scrolls to the beginning of a scrollable layout element.</div> 555 <div class="jd-descrdiv">Scrolls to the end of a scrollable layout element.</div> 573 <div class="jd-descrdiv">Scrolls to the end of a scrollable layout element.</div> 627 <div class="jd-descrdiv">Sets the maximum number of scrolls allowed when performing a [all...] |
/external/chromium_org/cc/layers/ |
layer_position_constraint_unittest.cc | 627 // Here the grand_child remains unchanged, because it scrolls along with the [all...] |
/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.cc | 72 // touch-scrolls maintain state in the renderer side (in the compositor, for
|
/external/chromium_org/ppapi/c/ |
ppb_view.h | 152 * happens asynchronously. This means when the user scrolls, for example,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupListBox.h | 214 // Scrolls to reveal the given index.
|
WebPluginScrollbarImpl.cpp | 349 // sense that it scrolls the page for all Ctrl+scrolling key
|