HomeSort by relevance Sort by last modified time
    Searched full:overscroll (Results 1 - 24 of 24) sorted by null

  /packages/apps/Launcher2/res/values-sw720dp/
config.xml 16 <!-- Camera distance for the overscroll effect -->
  /packages/apps/Launcher2/res/values-sw600dp/
config.xml 17 <!-- Camera distance for the overscroll effect. We use a higher value here because the
  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 62 // Only show overscroll bars if there was no movement in any direction
102 * Set touch delta values indicating the current amount of overscroll.
WebViewClassic.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 26 // This class does the overscroll effect.
35 public void overScroll(float distance) {
SlotView.java 678 mPaper.overScroll(overDistance);
  /packages/apps/Launcher2/res/values/
config.xml 70 <!-- Camera distance for the overscroll effect -->
  /frameworks/base/docs/html/about/versions/
android-2.3.jd 286 <li>Support for overscroll
288 <li>New support for overscroll in Views and Widgets. In Views, applications can
289 enable/disable overscroll for a given view, set the overscoll mode, control the
290 overscroll distance, and handle the results of overscrolling. </li>
291 <li>In Widgets, applications can control overscroll characteristics such as
292 animation, springback, and overscroll distance. For more information, see {@link
300 for controlling overscroll behavior.</li>
415 overscroll background. </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...]
CarouselController.java 282 * Sets the amount of allowed overscroll (in slots)
CarouselView.java 278 * Sets the amount of allowed overscroll (in slots)
  /frameworks/base/core/java/android/widget/
AbsListView.java 154 * Indicates the touch gesture is an overscroll - a scroll beyond the beginning or end.
480 * Maximum distance to record overscroll
485 * Content height divided by this is the overscroll limit.
605 * Maximum distance to overscroll by during edge effects
642 * Used for determining when to cancel out of overscroll.
3205 int overscroll = -incrementalDeltaY - local
    [all...]
OverScroller.java 463 * @param overX Magnitude of overscroll allowed. This should be the maximum
480 * @param overY Magnitude of overscroll allowed. This should be the maximum
    [all...]
GridView.java     [all...]
ListView.java     [all...]
  /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
386 overScroll(x);
391 overScroll(x - mMaxScrollX);
770 // Otherwise it is equal to the scaled overscroll position.
    [all...]
AppsCustomizePagedView.java 284 // Relating to the scroll and overscroll effects
    [all...]
DragLayer.java 705 // landscape for the overscroll event.
CellLayout.java 372 // pass 0, which results in the overscroll drawable not being drawn any more.
    [all...]
Workspace.java     [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 216 * Max distance in dips to overscroll for edge effects
635 * @return The maximum distance a View should overscroll by when showing edge effects (in
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 659 // TODO: compare other layer properties - fixed? overscroll? transformed?
    [all...]
  /frameworks/base/docs/html/tools/extras/
support-library.jd 333 <li>Added support in <code>ViewCompat</code> to check for and set overscroll
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 57 milliseconds