Lines Matching full:right
571 if (faceRect.right > imageRect.right) {
572 faceRect.inset(faceRect.right - imageRect.right, faceRect.right - imageRect.right);
680 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
681 super.onLayout(changed, left, top, right, bottom);
858 int panDeltaX2 = Math.min(0, getRight() - r.right);