Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java249 RectF newAppBounds = new RectF(mAppBounds); in applySurfaceParams() local
250 p.matrix.mapRect(newAppBounds); in applySurfaceParams()
251 Assert.assertThat(newAppBounds, new AlmostSame(mAppBounds)); in applySurfaceParams()
253 System.err.println("Bounds mapped: " + mAppBounds + " => " + newAppBounds); in applySurfaceParams()