Home | History | Annotate | Download | only in widget

Lines Matching refs:fling

597     // we separate Scrollers for scroll animation and fling animation; this is because we want a
598 // flywheel feature for fling animation, ScrollAdapterView inserts scroll animation between
599 // fling animations, the fling animation will mistakenly continue the old velocity of scroll
600 // animation: that's wrong, we want fling animation pickup the old velocity of last fling.
606 /** using fling scroller */
629 /** fling operation mode */
762 final public boolean fling(int velocity_x, int velocity_y){
770 mFlingScroller.fling((int)(horizontal.mScrollCenter),
926 /** return true if scroll/fling animation or lerper is not stopped */
964 * update scroller position, this is either trigger by fling()/startScroll() on the