Searched refs:assertInsetBy (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowLayoutTests.java | 129 assertInsetBy(0, top, 0, bottom, actual); in assertInsetByTopBottom() 132 private static void assertInsetBy(int left, int top, int right, int bottom, Rect actual) { in assertInsetBy() method in WindowLayoutTests 308 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in fitDisplayCutout() 310 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in fitDisplayCutout() 312 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in fitDisplayCutout() 323 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in layoutInDisplayCutoutModeDefault() 325 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in layoutInDisplayCutoutModeDefault() 327 assertInsetBy(WATERFALL_INSETS.left, DISPLAY_CUTOUT_HEIGHT, WATERFALL_INSETS.right, 0, in layoutInDisplayCutoutModeDefault() 339 assertInsetBy(WATERFALL_INSETS.left, 0, WATERFALL_INSETS.right, 0, mFrames.displayFrame); in layoutInDisplayCutoutModeDefaultWithLayoutInScreenAndLayoutInsetDecor() 340 assertInsetBy(WATERFALL_INSETS.left, 0, WATERFALL_INSETS.right, 0, mFrames.parentFrame); in layoutInDisplayCutoutModeDefaultWithLayoutInScreenAndLayoutInsetDecor() [all …]
|