Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getLeft

374         mTmpPoint[0] += v.getLeft();
379 mTmpPoint[0] = x - v.getLeft();
389 (mDragViewBaselineLeft - mDragView.getLeft());
1126 int offset = getPageAt(index).getLeft() - getViewportOffsetX();
1212 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(),
1699 int dragX = (int) (mDragView.getLeft() + (mDragView.getMeasuredWidth() / 2)
1706 int pageX = (int) (page.getLeft() + page.getMeasuredWidth() / 2);
2526 mDragViewBaselineLeft = mDragView.getLeft();