Home | History | Annotate | Download | only in widget

Lines Matching defs:startAfterEdge

755                 startAfterEdge(start, min, max, velocity);
819 private void startAfterEdge(int start, int min, int max, int velocity) {
821 Log.e("OverScroller", "startAfterEdge called from a valid position");
848 // edge is increasing. This ensures that startAfterEdge will not start a new fling.
849 startAfterEdge(start, end, end, (int) mCurrVelocity);