Searched refs:assertFloatEquals (Results 1 – 1 of 1) sorted by relevance
374 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testEnterPipAspectRatio()398 assertFloatEquals((float) bounds.width() / bounds.height(), (float) num / denom); in testResizePipAspectRatio()449 assertFloatEquals((float) pinnedStackBounds.width() / pinnedStackBounds.height(), in testSetPipExtremeAspectRatio()531 assertFloatEquals((float) bounds.width() / bounds.height(), in testAutoEnterPictureInPictureAspectRatio()1462 private void assertFloatEquals(float actual, float expected) { in assertFloatEquals() method in PinnedStackTests