Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerAppConfigurationTests.java492 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);
DActivityManagerDisplayTests.java1094 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java952 int heightDp; field in ActivityManagerTestBase.ReportedSizes
963 return "ReportedSizes: {widthDp=" + widthDp + " heightDp=" + heightDp in toString()
976 && heightDp == that.heightDp in equals()
1017 details.heightDp = Integer.parseInt(matcher.group(3)); in readLastReportedSizes()