Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java231 public static void resizeSplitScreen(UiDevice device, Rational windowHeightRatio) { in resizeSplitScreen() argument
237 (int) (WindowUtils.getDisplayBounds().height() * windowHeightRatio.floatValue()); in resizeSplitScreen()