Searched refs:lessThanOrEqualToInexact (Results 1 – 3 of 3) sorted by relevance
187 assertThat(actual, lessThanOrEqualToInexact(getDefaultDisplayAspectRatio())); in testMinAspectRatioResizeableActivity()199 assertThat(actual, lessThanOrEqualToInexact(getDefaultDisplayAspectRatio())); in testMinAspectRatioUnsetActivity()
123 static Matcher<Float> lessThanOrEqualToInexact(float expected) { in lessThanOrEqualToInexact() method in AspectRatioTestsBase
51 assertThat(actual, lessThanOrEqualToInexact(MAX_PRE_O_ASPECT_RATIO)); in testMaxAspectRatioPreOActivity()