Home | History | Annotate | Download | only in widget

Lines Matching refs:startLeft

583         final int startLeft = mCapturedView.getLeft();
585 final int dx = finalLeft - startLeft;
596 mScroller.startScroll(startLeft, startTop, dx, dy, duration);