Home | History | Annotate | Download | only in wm

Lines Matching refs:movement

487                 int movement = inOutBounds.left;
488 inOutBounds.left -= movement;
489 inOutBounds.right -= movement;
492 movement = mTmpRect.right - inOutBounds.right;
493 inOutBounds.left += movement;
494 inOutBounds.right += movement;
497 movement = inOutBounds.top;
498 inOutBounds.top -= movement;
499 inOutBounds.bottom -= movement;
502 movement = mTmpRect.bottom - inOutBounds.bottom;
503 inOutBounds.top += movement;
504 inOutBounds.bottom += movement;
1126 // (top - topBeforeImeAdjust) is the amount of movement due to IME only,