Searched refs:heightDp (Results 1 – 2 of 2) sorted by relevance
105 final boolean beforeConfigPortrait = rotationA.widthDp < rotationA.heightDp; in assertSizesRotate()106 final boolean afterConfigPortrait = rotationB.widthDp < rotationB.heightDp; in assertSizesRotate()120 assertTrue(dockedSizes.heightDp < fullscreenSizes.heightDp);
380 int heightDp; field in ActivityManagerTestBase.ReportedSizes396 details.heightDp = Integer.parseInt(matcher.group(3)); in getLastReportedSizesForActivity()