Searched refs:unscaledClientBounds (Results 1 – 1 of 1) sorted by relevance
728 final Rect unscaledClientBounds = new Rect(clientConfig.windowConfiguration.getBounds()); in testCompatOverrideScale() local729 unscaledClientBounds.scale(overrideScale); in testCompatOverrideScale()730 assertEquals(w.getWindowConfiguration().getBounds(), unscaledClientBounds); in testCompatOverrideScale() local