D | DisplayRotationUtilTest.java | 102 DisplayRotationUtil util = new DisplayRotationUtil(); in testGetRotatedBounds_top_rot0() local 104 assertThat(util.getRotatedBounds(bounds, ROTATION_0, 200, 300), in testGetRotatedBounds_top_rot0() 110 DisplayRotationUtil util = new DisplayRotationUtil(); in testGetRotatedBounds_top_rot90() local 112 assertThat(util.getRotatedBounds(bounds, ROTATION_90, 200, 300), in testGetRotatedBounds_top_rot90() 118 DisplayRotationUtil util = new DisplayRotationUtil(); in testGetRotatedBounds_top_rot180() local 120 assertThat(util.getRotatedBounds(bounds, ROTATION_180, 200, 300), in testGetRotatedBounds_top_rot180() 126 DisplayRotationUtil util = new DisplayRotationUtil(); in testGetRotatedBounds_top_rot270() local 128 assertThat(util.getRotatedBounds(bounds, ROTATION_270, 200, 300), in testGetRotatedBounds_top_rot270() 134 DisplayRotationUtil util = new DisplayRotationUtil(); in testGetRotatedBounds_left_rot0() local 136 assertThat(util.getRotatedBounds(bounds, ROTATION_0, 300, 200), in testGetRotatedBounds_left_rot0() [all …]
|