Home | History | Annotate | Download | only in am

Lines Matching defs:contentInsets

282         Rect contentInsets = windowState.getContentInsets();
283 if (contentInsets != null) {
284 assertTrue(contentInsets.left >= 0 && contentInsets.top >= 0
285 && contentInsets.width() >= 0 && contentInsets.height() >= 0);