Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java504 waitForValidAspectRatio(newNumerator, newDenominator); in testChangeAspectRationWhenInPipMode()
546 waitForValidAspectRatio(num, denom); in testResizePipAspectRatio()
832 waitForValidAspectRatio(MAX_ASPECT_RATIO_NUMERATOR, MAX_ASPECT_RATIO_DENOMINATOR); in testAutoEnterPictureInPictureAspectRatio()
1987 private void waitForValidAspectRatio(int num, int denom) { in waitForValidAspectRatio() method in PinnedStackTests