/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.h | 34 // overscroll gesture. This controller receives the events that are dispatched 35 // to the renderer, and the ACKs of events, and updates the overscroll gesture 39 // Creates an overscroll controller for the specified RenderWidgetHost. 40 // The RenderWidgetHost owns this overscroll controller. 45 // RenderWidgetHostView so that the state of the overscroll gesture can be 52 // overscroll gesture status as appropriate. 68 // Cancels any in-progress overscroll (and calls OnOverscrollModeChange on the 83 // Returns true if the event indicates that the in-progress overscroll gesture 89 // overscroll gesture status. 92 // Processes an event and updates internal state for overscroll [all...] |
overscroll_controller_delegate.h | 14 // The delegate receives overscroll gesture updates from the controller and 21 // This is called for each update in the overscroll amount. 24 // This is called when the overscroll completes. 27 // This is called when the direction of the overscroll changes.
|
overscroll_controller.cc | 60 // If the overscroll was caused by touch-scrolling, then the gesture event 78 // The overscroll gesture status is being reset. If the event is a 93 // Consume the event and update overscroll state when in the middle of the 94 // overscroll gesture. 112 // has been scrolled, then there is not going to be an overscroll gesture, 150 // Complete the overscroll gesture if there was a mouse move or a scroll-end 166 // Check to see if the fling is in the same direction of the overscroll. 210 // to the overscroll gesture. 221 // Touch events can arrive during an overscroll gesture initiated by 222 // touch-scrolling. These events should not reset the overscroll state [all...] |
render_widget_host_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
scroll_end_effect_controller.h | 10 // The controller receives the raw y-deltas generated by the overscroll 12 // effect. This effect occurs in the vertical overscroll case and is used to 22 // Interface that allows vertical overscroll activies to be communicated to
|
/external/chromium_org/content/browser/android/ |
overscroll_glow.cc | 102 gfx::Vector2dF overscroll, 113 overscroll.set_x(0); 117 overscroll.set_y(0); 122 overscroll = ZeroSmallComponents(overscroll); 125 if (overscroll.IsZero()) { 137 Absorb(current_time, velocity, overscroll, old_overscroll_); 139 // Release effects when overscroll accumulation violates monotonicity. 140 if (overscroll.x() * old_overscroll_.x() < 0 || 141 std::abs(overscroll.x()) < std::abs(old_overscroll_.x()) [all...] |
overscroll_glow.h | 44 // |overscroll| is the accumulated overscroll for the current gesture. 45 // |velocity| is the instantaneous velocity for the overscroll. 47 gfx::Vector2dF overscroll, 66 // Horizontal overscroll will be ignored when false. 70 // Vertical overscroll will be ignored when false. 88 gfx::Vector2dF overscroll,
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura.h | 64 // overscroll gesture. 67 // Sets up the content window in preparation for starting an overscroll 71 // Resets any in-progress animation for the overscroll gesture. Note that this 76 // Completes the navigation in response to a completed overscroll gesture. 81 // Returns the window that should be animated for the overscroll gesture. 82 // (note that during the overscroll gesture, either the overlay window or the 87 // the overscroll gesture. 91 // by overscroll. This function sets this up. 95 // overscroll (|delta_x|, in pixels). 190 // overscroll navigation gesture [all...] |
web_contents_screenshot_manager.h | 25 // overscroll gestures.
|
touch_editable_impl_aura.h | 100 // Set to true when the page starts an overscroll.
|
/external/chromium_org/content/public/browser/ |
overscroll_configuration.h | 13 // Sets and retrieves various overscroll related configuration values.
|
/packages/apps/Launcher3/res/values-sw600dp/ |
config.xml | 11 <!-- Camera distance for the overscroll effect. We use a higher value here because the
|
/packages/apps/Launcher3/res/values-sw720dp/ |
config.xml | 15 <!-- Camera distance for the overscroll effect -->
|
/external/chromium_org/content/browser/web_contents/aura/ |
window_slider_unittest.cc | 184 // Generate a horizontal overscroll. 200 // Generat a horizontal overscroll in the reverse direction. 213 // Generate a vertical overscroll. 225 // Generate a horizontal scroll that starts overscroll, but doesn't scroll 264 // Generate a horizontal overscroll. 329 // Generate a horizontal overscroll. 366 // Generate a horizontal overscroll. 396 // Generate a horizontal overscroll.
|
/packages/apps/Launcher2/res/values-sw600dp/ |
config.xml | 21 <!-- Camera distance for the overscroll effect. We use a higher value here because the
|
/packages/apps/Launcher2/res/values-sw720dp/ |
config.xml | 26 <!-- Camera distance for the overscroll effect -->
|
/external/chromium_org/chrome/browser/resources/ |
gesture_config.js | 313 * Returns a GeneralConfig for configuring overscroll.* preferences. 317 /** @const */ var OVERSCROLL_TITLE = 'Overscroll Configuration'; 319 /** @const */ var OVERSCROLL_PREFIX = 'overscroll.'; 334 label: 'Start overscroll gesture (horizontal)', 339 label: 'Start overscroll gesture (vertical)', 344 label: 'Start resisting overscroll after (horizontal)', 349 label: 'Start resisting overscroll after (vertical)',
|
/frameworks/base/docs/html/training/gestures/ |
scroll.jd | 230 location of x and y. When the criteria for displaying an overscroll "glow" edge effect are met 231 (the display is zoomed in, x or y is out of bounds, and the app isn't already showing an overscroll), 232 the code sets up the overscroll glow effect and calls 236 <pre>// Edge effect / overscroll tracking objects. 268 * showing overscroll, then render the overscroll
|
/external/chromium_org/content/port/browser/ |
web_contents_view_port.h | 48 // Invoked to enable/disable overscroll gesture navigation.
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
OverScrollGlow.java | 48 // Only show overscroll bars if there was no movement in any direction 130 * Set touch delta values indicating the current amount of overscroll.
|
/external/chromium_org/cc/input/ |
input_handler.h | 41 // The accumulated overscroll is scoped by the most recent call to 83 // the root overscroll accumulated within this ScrollBegin() scope is reported
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
Paper.java | 26 // This class does the overscroll effect. 36 public void overScroll(float distance) {
|
/external/chromium_org/content/renderer/gpu/ |
input_event_filter.h | 88 // Specifies whether overscroll notifications are forwarded to the host.
|
/external/chromium_org/ui/views/controls/scrollbar/ |
scrollbar_unittest.cc | 123 // Overscroll. Last position should be the maximum position.
|
/packages/apps/Launcher2/res/values/ |
config.xml | 69 <!-- Camera distance for the overscroll effect -->
|