Searched refs:destFrame (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | FrameRateCtsActivity.java | 197 String name, Rect destFrame, boolean visible, int color) { in TestSurface() argument 207 .setBufferSize(destFrame.right - destFrame.left, in TestSurface() 208 destFrame.bottom - destFrame.top) in TestSurface() 211 transaction.setGeometry(mSurfaceControl, null, destFrame, Surface.ROTATION_0) in TestSurface() 218 destFrame.left, destFrame.top, destFrame.right, destFrame.bottom); in TestSurface()
|