Searched refs:heightDp (Results 1 – 3 of 3) sorted by relevance
492 final boolean beforeConfigPortrait = rotationA.widthDp < rotationA.heightDp; in assertSizesRotate()493 final boolean afterConfigPortrait = rotationB.widthDp < rotationB.heightDp; in assertSizesRotate()509 assertTrue(dockedSizes.heightDp < fullscreenSizes.heightDp);524 assertEquals(firstSize.heightDp, secondSize.heightDp);
1094 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()
952 int heightDp; field in ActivityManagerTestBase.ReportedSizes963 return "ReportedSizes: {widthDp=" + widthDp + " heightDp=" + heightDp in toString()976 && heightDp == that.heightDp in equals()1017 details.heightDp = Integer.parseInt(matcher.group(3)); in readLastReportedSizes()