/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.h | 33 // overscroll gesture. This controller receives the events that are dispatched 34 // to the renderer, and the ACKs of events, and updates the overscroll gesture 49 // RenderWidgetHostView so that the state of the overscroll gesture can be 55 // overscroll gesture status as appropriate. 71 // Cancels any in-progress overscroll (and calls OnOverscrollModeChange on the 86 // Returns true if the event indicates that the in-progress overscroll gesture 92 // overscroll gesture status. 95 // Processes an event to update the internal state for overscroll. Returns 99 // Processes horizontal overscroll. This can update both the overscroll mod [all...] |
overscroll_controller_delegate.h | 15 // The delegate receives overscroll gesture updates from the controller and 22 // Get the bounds of the view corresponding to the delegate. Overscroll-ending 26 // This is called for each update in the overscroll amount. 29 // This is called when the overscroll completes. 32 // This is called when the direction of the overscroll changes.
|
overscroll_controller.cc | 70 // If the overscroll was caused by touch-scrolling, then the gesture event 76 // A gesture-event isn't sent to the GestureEventFilter when overscroll is 88 // A gesture-event isn't sent to the GestureEventFilter when overscroll is 99 // Consume the event only if it updates the overscroll state. 111 // has been scrolled, then there is not going to be an overscroll gesture, 149 // Complete the overscroll gesture if there was a mouse move or a scroll-end 164 // Check to see if the fling is in the same direction of the overscroll. 208 // to the overscroll gesture. 219 // Touch events can arrive during an overscroll gesture initiated by 220 // 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 | 111 gfx::Vector2dF overscroll, 124 overscroll.set_x(0); 128 overscroll.set_y(0); 133 overscroll = ZeroSmallComponents(overscroll); 136 if (overscroll.IsZero()) { 154 Absorb(current_time, velocity, overscroll, old_overscroll_); 156 // Release effects when overscroll accumulation violates monotonicity. 157 if (overscroll.x() * old_overscroll_.x() < 0 || 158 std::abs(overscroll.x()) < std::abs(old_overscroll_.x()) [all...] |
overscroll_glow.h | 32 // enabled and an overscroll event has occurred. 46 // |overscroll| is the accumulated overscroll for the current gesture. 47 // |velocity| is the instantaneous velocity for the overscroll. 51 gfx::Vector2dF overscroll, 58 // Horizontal overscroll will be ignored when false. 62 // Vertical overscroll will be ignored when false. 85 gfx::Vector2dF overscroll,
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura.h | 61 // overscroll gesture. 64 // Sets up the content window in preparation for starting an overscroll 68 // Resets any in-progress animation for the overscroll gesture. Note that this 73 // Completes the navigation in response to a completed overscroll gesture. 78 // Returns the window that should be animated for the overscroll gesture. 79 // (note that during the overscroll gesture, either the overlay window or the 84 // the overscroll gesture. 88 // by overscroll. This function sets this up. 92 // overscroll (|delta_x|, in pixels). 189 // overscroll navigation gesture [all...] |
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 | 13 <!-- 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 | 323 * Returns a GeneralConfig for configuring overscroll.* preferences. 327 /** @const */ var OVERSCROLL_TITLE = 'Overscroll Configuration'; 329 /** @const */ var OVERSCROLL_PREFIX = 'overscroll.'; 344 label: 'Start overscroll gesture (horizontal; touchpad)', 349 label: 'Start overscroll gesture (horizontal; touchscreen)', 354 label: 'Start overscroll gesture (vertical)', 359 label: 'Start resisting overscroll after (horizontal)', 364 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/browser/frame_host/ |
navigation_entry_screenshot_manager.h | 25 // overscroll gestures.
|
/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 | 46 // Only show overscroll bars if there was no movement in any direction 128 * Set touch delta values indicating the current amount of overscroll.
|
/external/chromium_org/cc/input/ |
input_handler.h | 42 // The accumulated overscroll is scoped by the most recent call to 84 // 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/input/ |
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 -->
|