Home | History | Annotate | Download | only in widget

Lines Matching defs:getTop

598         final int startTop = mCapturedView.getTop();
715 mScroller.fling(mCapturedView.getLeft(), mCapturedView.getTop(),
740 final int dy = y - mCapturedView.getTop();
944 && y + scrollY >= child.getTop() && y + scrollY < child.getBottom()
946 y + scrollY - child.getTop())) {
1049 final int oldTop = toCapture.getTop();
1171 dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy);
1427 final int oldTop = mCapturedView.getTop();
1473 && y >= view.getTop()
1491 && y >= child.getTop() && y < child.getBottom()) {
1502 if (y < mParentView.getTop() + mEdgeSize) result |= EDGE_TOP;