Home | History | Annotate | Download | only in policy

Lines Matching defs:outInsets

6411             Rect outInsets) {
6412 outInsets.setEmpty();
6415 getNonDecorInsetsLw(displayRotation, displayWidth, displayHeight, outInsets);
6417 outInsets.top = mStatusBarHeight;
6423 Rect outInsets) {
6424 outInsets.setEmpty();
6429 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode);
6431 outInsets.right = getNavigationBarWidth(displayRotation, mUiMode);