Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java361 testResizePipAspectRatio(MIN_ASPECT_RATIO_NUMERATOR, MIN_ASPECT_RATIO_DENOMINATOR); in testResizePipAspectRatioMin()
366 testResizePipAspectRatio(MAX_ASPECT_RATIO_NUMERATOR, MAX_ASPECT_RATIO_DENOMINATOR); in testResizePipAspectRatioMax()
369 private void testResizePipAspectRatio(int num, int denom) throws Exception { in testResizePipAspectRatio() method in ActivityManagerPinnedStackTests