Home | History | Annotate | Download | only in widget

Lines Matching defs:onAnimation

4999             // keep a local reference so that if it is changed during onAnimation method, it won't
5034 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY);
5036 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY);
5100 // call this after the onAnimation is complete not to have inconsistent callbacks etc.
5103 smoothScroller.onAnimation(0, 0);
11587 private void onAnimation(int dx, int dy) {