Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java275 testEnterPipAspectRatio(MIN_ASPECT_RATIO_NUMERATOR, MIN_ASPECT_RATIO_DENOMINATOR); in testEnterPipAspectRatioMin()
279 testEnterPipAspectRatio(MAX_ASPECT_RATIO_NUMERATOR, MAX_ASPECT_RATIO_DENOMINATOR); in testEnterPipAspectRatioMax()
282 private void testEnterPipAspectRatio(int num, int denom) throws Exception { in testEnterPipAspectRatio() method in ActivityManagerPinnedStackTests