Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java480 final Rect expectedWithMargin = new Rect(expected); in assertBoundsInclusionWithMargin() local
481 expectedWithMargin.inset(-ROUNDING_ERROR_MARGIN, -ROUNDING_ERROR_MARGIN); in assertBoundsInclusionWithMargin()
485 expectedWithMargin.contains(actual)); in assertBoundsInclusionWithMargin()