Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDisplayTest.java61 final Point origSize = new Point(); in testRotation() local
62 origDisplay.getSize(origSize); in testRotation()
68 final boolean squareDisplay = (origSize.x == origSize.y); in testRotation()
92 origSize.equals(newOrigSize)); in testRotation()