Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java204 static void resizeSplitScreen(UiDevice device, Rational windowHeightRatio) { in resizeSplitScreen() argument
209 (int) (WindowUtils.getDisplayBounds().height() * windowHeightRatio.floatValue()); in resizeSplitScreen()