Searched refs:formattedMsg (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 557 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " + in expectRectsAreSimilar() local 562 formattedMsg, "too wide", "too narrow", actual.width(), expected.width(), in expectRectsAreSimilar() 566 formattedMsg, "too tall", "too short", actual.height(), expected.height(), in expectRectsAreSimilar() 570 formattedMsg, "too low", "too high", actual.centerY(), expected.centerY(), in expectRectsAreSimilar() 574 formattedMsg, "too right", "too left", actual.centerX(), expected.centerX(), in expectRectsAreSimilar() 596 String formattedMsg = String.format("%s: rects are not similar enough; expected (%s), " + in expectSizesAreSimilar() local 601 formattedMsg, "too wide", "too narrow", actual.getWidth(), expected.getWidth(), in expectSizesAreSimilar() 605 formattedMsg, "too tall", "too short", actual.getHeight(), expected.getHeight(), in expectSizesAreSimilar() 622 String formattedMsg = String.format("%s: rect should be centered; expected bounds (%s), " + in expectRectCentered() local 630 formattedMsg, "too low", "too high", actual.centerY(), centerBoundY, in expectRectCentered() [all …]
|