Home | History | Annotate | Download | only in widget

Lines Matching refs:startTop

598         final int startTop = mCapturedView.getTop();
600 final int dy = finalTop - startTop;
610 mScroller.startScroll(startLeft, startTop, dx, dy, duration);