Searched refs:contentInsets (Results 1 – 2 of 2) sorted by relevance
282 Rect contentInsets = windowState.getContentInsets(); in testPinnedStackOutOfBoundsInsetsNonNegative() local283 if (contentInsets != null) { in testPinnedStackOutOfBoundsInsetsNonNegative()284 assertTrue(contentInsets.left >= 0 && contentInsets.top >= 0 in testPinnedStackOutOfBoundsInsetsNonNegative()285 && contentInsets.width() >= 0 && contentInsets.height() >= 0); in testPinnedStackOutOfBoundsInsetsNonNegative()
807 mContentInsets = extract(proto.contentInsets); in WindowState()