Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDisplayTest.java92 final Point updatedSize = new Point(); in testRotation() local
93 updatedDisplay.getRealSize(updatedSize); in testRotation()
113 .that(newOrigSize).isEqualTo(updatedSize); in testRotation()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21127/
Dpoc.cpp57 size_t updatedSize = buffer->capacity() - offset; in main() local
58 buffer->setRange(offset, updatedSize); in main()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayPolicyTests.java192 final SizeInfo updatedSize = getLastReportedSizesForActivity(RESIZEABLE_ACTIVITY); in testDisplayResize() local
193 assertTrue(updatedSize.widthDp <= initialSize.widthDp); in testDisplayResize()
194 assertTrue(updatedSize.heightDp <= initialSize.heightDp); in testDisplayResize()
195 assertTrue(updatedSize.displayWidth == initialSize.displayWidth / 2); in testDisplayResize()
196 assertTrue(updatedSize.displayHeight == initialSize.displayHeight / 2); in testDisplayResize()