Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java457 final int decorHeight = 200; // e.g. The device has cutout. in testSizeCompatMode_FixedAspectRatioBoundsWithDecor() local
463 insets.top = decorHeight; in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
465 insets.left = decorHeight; in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
484 assertEquals(mActivity.getBounds().height(), appBounds.height() + decorHeight); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
491 assertEquals(mActivity.getBounds().width(), appBounds.width() + decorHeight); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()