Home | History | Annotate | Download | only in interactivechart

Lines Matching defs:fling

57  * indicate to users that they've reached the content edges after a pan or fling gesture. This
80 * Initial fling velocity for pan operations, in screen widths (or heights) per second.
787 fling((int) -velocityX, (int) -velocityY);
804 private void fling(int velocityX, int velocityY) {
814 mScroller.fling(
847 // The scroller isn't finished, meaning a fling or programmatic pan operation is
997 fling((int) (-PAN_VELOCITY_FACTOR * getWidth()), 0);
1004 fling((int) (PAN_VELOCITY_FACTOR * getWidth()), 0);
1011 fling(0, (int) (-PAN_VELOCITY_FACTOR * getHeight()));
1018 fling(0, (int) (PAN_VELOCITY_FACTOR * getHeight()));