Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java355 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testEnterPipAspectRatio()
381 assertFloatEquals((float) bounds.width() / bounds.height(), (float) num / denom); in testResizePipAspectRatio()
436 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testSetPipExtremeAspectRatio()
529 assertFloatEquals((float) bounds.width() / bounds.height(), in testAutoEnterPictureInPictureAspectRatio()
1550 private void assertFloatEquals(float actual, float expected) { in assertFloatEquals() method in ActivityManagerPinnedStackTests