Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DWindowLayoutTests.java133 assertRect(left, top, DISPLAY_WIDTH - right, DISPLAY_HEIGHT - bottom, actual); in assertInsetBy()
136 private static void assertRect(int left, int top, int right, int bottom, Rect actual) { in assertRect() method in WindowLayoutTests
173 assertRect(0, STATUS_BAR_HEIGHT, width, STATUS_BAR_HEIGHT + height, mFrames.frame); in unmeasuredWithSizeSpecifiedInLayoutParams()
184 assertRect(0, top, DISPLAY_WIDTH, DISPLAY_HEIGHT - NAVIGATION_BAR_HEIGHT, in nonFullscreenWindowBounds()
186 assertRect(0, top, DISPLAY_WIDTH, DISPLAY_HEIGHT - NAVIGATION_BAR_HEIGHT, in nonFullscreenWindowBounds()
188 assertRect(0, top, DISPLAY_WIDTH, DISPLAY_HEIGHT - NAVIGATION_BAR_HEIGHT, in nonFullscreenWindowBounds()
356 assertRect(0, 0, DISPLAY_WIDTH, DISPLAY_HEIGHT, mFrames.displayFrame); in layoutExtendedToDisplayCutout()
357 assertRect(0, 0, DISPLAY_WIDTH, DISPLAY_HEIGHT, mFrames.parentFrame); in layoutExtendedToDisplayCutout()
358 assertRect(0, 0, DISPLAY_WIDTH, height + DISPLAY_CUTOUT_HEIGHT, mFrames.frame); in layoutExtendedToDisplayCutout()