Home | History | Annotate | Download | only in widget

Lines Matching refs:finalX

459      * animate from startX to finalX as appropriate.
462 * @param finalX Desired final X position
464 * desired distance from finalX. Absolute value - must be positive.
466 public void notifyHorizontalEdgeReached(int startX, int finalX, int overX) {
467 mScrollerX.notifyEdgeReached(startX, finalX, overX);