HomeSort by relevance Sort by last modified time
    Searched full:overscroll (Results 26 - 50 of 89) sorted by null

12 3 4

  /packages/apps/Launcher3/res/values/
config.xml 75 <!-- Camera distance for the overscroll effect -->
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 102 // The window delegate for the overscroll window. This redirects trackpad events
155 // forward input events to the content page (e.g. when the overscroll window
390 // When a history navigation is triggered at the end of an overscroll
    [all...]
touch_editable_impl_aura.cc 77 // 1. Overscroll has completed
178 // Scroll has ended, but we might still be in overscroll animation.
navigation_entry_impl.cc 318 UMA_HISTOGRAM_MEMORY_KB("Overscroll.ScreenshotSize", screenshot_->size());
web_contents_view_aura_browsertest.cc 323 // Do not end the overscroll sequence.
328 // - interactively, when user does an overscroll gesture
329 // - interactively, when user navigates in history without the overscroll
navigation_entry_impl.h 243 // page. This screenshot is displayed during an overscroll-navigation
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router.cc 386 // During an overscroll gesture initiated by touch-scrolling, the
387 // touch-events do not reset or contribute to the overscroll gesture.
391 // the overscroll is updated properly.
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwScrollOffsetManagerTest.java 102 // The manager then asks the delegate to overscroll the view.
141 // Scrolling should generate overscroll but not update the scroll offset.
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 63 // Handle overscroll.
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.cc 62 // WebView uses the Android system's scrollbars and overscroll glow.
  /external/chromium_org/content/public/common/
content_switches.cc 430 // Forward overscroll event data from the renderer to the browser.
431 const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications";
636 // Enables or disables history navigation in response to horizontal overscroll.
640 "overscroll-history-navigation";
719 // Enables or disables scroll end effect in response to vertical overscroll.
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3.jd 288 <li>Support for overscroll
290 <li>New support for overscroll in Views and Widgets. In Views, applications can
291 enable/disable overscroll for a given view, set the overscoll mode, control the
292 overscroll distance, and handle the results of overscrolling. </li>
293 <li>In Widgets, applications can control overscroll characteristics such as
294 animation, springback, and overscroll distance. For more information, see {@link
302 for controlling overscroll behavior.</li>
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 158 // Constants affecting tilt overscroll. Some of these should be parameters.
199 float overscrollSlots; // amount of allowed overscroll (in slots)
227 static float overscrollBias; // Track overscroll bias separately for tilt effect.
237 static bool isOverScrolling = false; // whether we're in the overscroll animation
635 // Overscroll for the front cards.
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_window.h 358 // Invoked when the amount of vertical overscroll changes. |delta_y| is the
359 // amount of overscroll that has occured in the y-direction.
gesture_prefs_observer_factory_aura.cc 93 // Notification helper to push overscroll preferences into
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 433 * @param overX Magnitude of overscroll allowed. This should be the maximum
450 * @param overY Magnitude of overscroll allowed. This should be the maximum
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 140 // it is equal to the scaled overscroll position. We use a separate value so as to prevent
420 overScroll(x - mMaxScrollX);
422 overScroll(x);
429 overScroll(x);
431 overScroll(x - mMaxScrollX);
823 // Otherwise it is equal to the scaled overscroll position.
    [all...]
AppsCustomizePagedView.java 194 // Relating to the scroll and overscroll effects
    [all...]
  /frameworks/base/core/res/res/values/
colors.xml 119 <!-- keyguard overscroll widget pager -->
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h 321 // Used to render overscroll overlays.
  /frameworks/base/core/java/android/widget/
AbsListView.java 158 * Indicates the touch gesture is an overscroll - a scroll beyond the beginning or end.
494 * Maximum distance to record overscroll
499 * Content height divided by this is the overscroll limit.
619 * Maximum distance to overscroll by during edge effects
656 * Used for determining when to cancel out of overscroll.
3248 int overscroll = -incrementalDeltaY - local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 191 // Relating to the scroll and overscroll effects
    [all...]
PagedView.java 176 // it is equal to the scaled overscroll position. We use a separate value so as to prevent
639 overScroll(x - mMaxScrollX);
641 overScroll(x);
648 overScroll(x);
650 overScroll(x - mMaxScrollX);
    [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 206 * Max distance in dips to overscroll for edge effects
639 * @return The maximum distance a View should overscroll by when showing edge effects (in
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 161 // Callback that allows vertical overscroll activies to be communicated to the

Completed in 1240 milliseconds

12 3 4