Home | History | Annotate | Download | only in widget

Lines Matching refs:finalLocation

1518             int finalLocation = (mOrientation == HORIZONTAL) ? mScroll.getFinalX() :
1522 if (mScroll.mainAxis().getScrollCenter() <= finalLocation) {
1523 while (scrollCenter < finalLocation) {
1533 if (nextScrollCenter > finalLocation) {
1540 while (scrollCenter > finalLocation) {
1550 if (nextScrollCenter < finalLocation) {