Home
last modified time | relevance | path

Searched refs:contentInsets (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java282 Rect contentInsets = windowState.getContentInsets(); in testPinnedStackOutOfBoundsInsetsNonNegative() local
283 if (contentInsets != null) { in testPinnedStackOutOfBoundsInsetsNonNegative()
284 assertTrue(contentInsets.left >= 0 && contentInsets.top >= 0 in testPinnedStackOutOfBoundsInsetsNonNegative()
285 && contentInsets.width() >= 0 && contentInsets.height() >= 0); in testPinnedStackOutOfBoundsInsetsNonNegative()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DWindowManagerState.java807 mContentInsets = extract(proto.contentInsets); in WindowState()