Searched refs:widthDp (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()124 assertTrue(dockedSizes.widthDp < fullscreenSizes.widthDp);
379 int widthDp; field in ActivityManagerTestBase.ReportedSizes395 details.widthDp = Integer.parseInt(matcher.group(2)); in getLastReportedSizesForActivity()