Searched refs:getBoundsFromPath (Results 1 – 1 of 1) sorted by relevance
111 final RectF boundsFromDisplay = getBoundsFromPath(fromDisplay.getPath()); in testDisplayShapeFromWindowInsets()113 final RectF boundsFromView = getBoundsFromPath(fromInsets.getPath()); in testDisplayShapeFromWindowInsets()132 final RectF actualRect = getBoundsFromPath(shape.getPath()); in testDisplayShapeOnVirtualDisplay()137 private static RectF getBoundsFromPath(Path path) { in getBoundsFromPath() method in DisplayShapeTests