Searched refs:newAppBounds (Results 1 – 1 of 1) sorted by relevance
249 RectF newAppBounds = new RectF(mAppBounds); in applySurfaceParams() local250 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()