/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 48 For example, when users fling a UI object, they should sense friction at the beginning that delays 50 at the end sense momentum that carries the motion beyond the fling.</p> 143 …mber unless they produce physically plausible results. A good example of this is the <em>fling</em> 147 quickly in the direction of the fling, then slowing down, as if the user had pushed on a 155 {@link android.widget.Scroller} class is the basis for handling flywheel-style <em>fling</em> 158 <p>To start a fling, call {@link android.widget.Scroller#fling fling()} with the starting velocity 160 maximum x and y values of the fling. For the velocity value, you can use the value computed for 166 … mScroller.fling(currentX, currentY, velocityX / SCALE, velocityY / SCALE, minX, minY, maxX, maxY); 174 that using this value makes the fling animation too fast. It's common to divide the x and y 178 <p>The call to {@link android.widget.Scroller#fling fling()} sets up the physics model for the fling [all …]
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ScrollerCompat.java | 168 public void fling(int startX, int startY, int velocityX, int velocityY, in fling() method in ScrollerCompat 170 mScroller.fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY); in fling()
|
/frameworks/base/core/java/android/widget/ |
D | OverScroller.java | 403 public void fling(int startX, int startY, int velocityX, int velocityY, in fling() method in OverScroller 405 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); in fling() 435 public void fling(int startX, int startY, int velocityX, int velocityY, in fling() method in OverScroller 449 mScrollerX.fling(startX, velocityX, minX, maxX, overX); in fling() 450 mScrollerY.fling(startY, velocityY, minY, maxY, overY); in fling() 751 void fling(int start, int velocity, int min, int max, int over) { in fling() method in OverScroller.SplineOverScroller 838 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); in startAfterEdge()
|
D | HorizontalScrollView.java | 620 fling(-initialVelocity); in onTouchEvent() 1487 public void fling(int velocityX) { in fling() method in HorizontalScrollView 1492 mScroller.fling(mScrollX, mScrollY, velocityX, 0, 0, in fling()
|
D | ScrollView.java | 648 fling(-initialVelocity); in onTouchEvent() 1488 public void fling(int velocityY) { in fling() method in ScrollView 1493 mScroller.fling(mScrollX, mScrollY, 0, velocityY, 0, 0, 0, in fling()
|
D | Scroller.java | 367 public void fling(int startX, int startY, int velocityX, int velocityY, in fling() method in Scroller
|
D | NumberPicker.java | 859 fling(initialVelocity); in onTouchEvent() 1625 private void fling(int velocityY) { in fling() method in NumberPicker 1629 mFlingScroller.fling(0, 0, 0, velocityY, 0, 0, 0, Integer.MAX_VALUE); in fling() 1631 mFlingScroller.fling(0, Integer.MAX_VALUE, 0, velocityY, 0, 0, 0, Integer.MAX_VALUE); in fling()
|
D | Gallery.java | 1438 mScroller.fling(initialX, 0, initialVelocity, 0, in startUsingVelocity()
|
D | AbsListView.java | 4047 mScroller.fling(0, initialY, 0, initialVelocity, in start() 4077 mScroller.fling(0, mScrollY, 0, initialVelocity, 0, 0,
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 776 than basic touch events, such as a fling. This is a superset of the basic faketouch feature.</td> 785 gestures such as a fling), then you don't need to do anything, because this is required by default.
|
/frameworks/base/docs/html/tools/extras/ |
D | support-library.jd | 232 fling behavior.</li>
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewClassic.java | 6643 mScroller.fling(getScrollX(), getScrollY(), vx, vy, 0, computeMaxScrollX(), 0, 6748 mScroller.fling(scrollX, scrollY, -vx, -vy, 0, maxX, 0, maxY,
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 492 <p>Allows users to select dates from a calendar by touching the date and can scroll or fling the
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | index.jd | 804 <li>The user can vertically fling the top view in the
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 1170 pixels. Imagine an application in which a scroll or fling gesture is recognized after the user's
|
/frameworks/base/api/ |
D | 14.txt | 26221 method public void fling(int); 26528 method public void fling(int, int, int, int, int, int, int, int); 26529 method public void fling(int, int, int, int, int, int, int, int, int, int); 26853 method public void fling(int); 26872 method public void fling(int, int, int, int, int, int, int, int);
|
D | 15.txt | 26375 method public void fling(int); 26682 method public void fling(int, int, int, int, int, int, int, int); 26683 method public void fling(int, int, int, int, int, int, int, int, int, int); 27008 method public void fling(int); 27027 method public void fling(int, int, int, int, int, int, int, int);
|
D | current.txt | 27600 method public void fling(int); 27916 method public void fling(int, int, int, int, int, int, int, int); 27917 method public void fling(int, int, int, int, int, int, int, int, int, int); 28248 method public void fling(int); 28267 method public void fling(int, int, int, int, int, int, int, int);
|
D | 16.txt | 27600 method public void fling(int); 27916 method public void fling(int, int, int, int, int, int, int, int); 27917 method public void fling(int, int, int, int, int, int, int, int, int, int); 28248 method public void fling(int); 28267 method public void fling(int, int, int, int, int, int, int, int);
|