Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerAppConfigurationTests.java497 assertEquals(rotationA.smallestWidthDp, rotationB.smallestWidthDp); in assertSizesRotate()
529 assertEquals(firstSize.smallestWidthDp, secondSize.smallestWidthDp);
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java957 int smallestWidthDp; field in ActivityManagerTestBase.ReportedSizes
966 + " smallestWidthDp=" + smallestWidthDp + " densityDpi=" + densityDpi in toString()
981 && smallestWidthDp == that.smallestWidthDp in equals()
1022 details.smallestWidthDp = Integer.parseInt(matcher.group(8)); in readLastReportedSizes()