Searched refs:getCutoutPathParserInfo (Results 1 – 2 of 2) sorted by relevance
222 assertThat(displayWidth, equalTo(cutout.getCutoutPathParserInfo().getDisplayWidth())); in testGetCutoutPathParserInfo()223 assertThat(displayHeight, equalTo(cutout.getCutoutPathParserInfo().getDisplayHeight())); in testGetCutoutPathParserInfo()224 assertThat(density, equalTo(cutout.getCutoutPathParserInfo().getDensity())); in testGetCutoutPathParserInfo()226 equalTo(cutout.getCutoutPathParserInfo().getCutoutSpec())); in testGetCutoutPathParserInfo()227 assertThat(0, equalTo(cutout.getCutoutPathParserInfo().getRotation())); in testGetCutoutPathParserInfo()228 assertThat(1f, equalTo(cutout.getCutoutPathParserInfo().getScale())); in testGetCutoutPathParserInfo()
839 public CutoutPathParserInfo getCutoutPathParserInfo() { in getCutoutPathParserInfo() method in DisplayCutout1334 final CutoutPathParserInfo info = getCutoutPathParserInfo();