Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java111 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