Searched refs:greaterThan (Results 1 – 13 of 13) sorted by relevance
20 import static org.hamcrest.Matchers.greaterThan;62 assertThat(scrollX, is(both(greaterThan(0)).and(lessThan(150)))); in testChangeScroll()63 assertThat(scrollY, is(both(greaterThan(0)).and(lessThan(300)))); in testChangeScroll()
20 import static org.hamcrest.Matchers.greaterThan;77 assertThat(redStartX, is(greaterThan(redSquare.getTranslationX()))); // moving left in testExplode()78 assertThat(redStartY, is(greaterThan(redSquare.getTranslationY()))); // moving up in testExplode()155 assertThat(translationX, is(greaterThan(0.f))); in verifyTranslation()161 assertThat(translationY, is(greaterThan(0.f))); in verifyTranslation()
23 import static org.hamcrest.Matchers.greaterThan;144 assertThat(valuesOut[1], allOf(greaterThan(0f), lessThan(1f))); in testFadeOutThenIn()180 assertThat(valuesIn[1], allOf(greaterThan(0f), lessThan(1f))); in testFadeInThenOut()
21 import static org.hamcrest.Matchers.greaterThan;105 is(greaterThan(nextRunTimeDeltaBetweenWork2AndWork1))); in testCalculateNextRunTime_rerunAttempt_exponential()
20 import static org.hamcrest.Matchers.greaterThan;205 assertThat(lower - upper, is(greaterThan(0))); in testSettingItemDividersHidden()
33 import static org.hamcrest.Matchers.greaterThan;584 is(greaterThan(mPagedListView.getRecyclerView().getTop()))); in testPageDownScrollsOverLongItem()591 is(greaterThan(mPagedListView.getBottom()))); in testPageDownScrollsOverLongItem()641 is(greaterThan(mPagedListView.getRecyclerView().getTop()))); in testPageUpScrollsOverLongItem()
201 EXPECT_FALSE(all(greaterThan(v0, v0))); in TEST_F()204 EXPECT_TRUE(all(greaterThan(v1, v0))); in TEST_F()
405 if (any(greaterThan(abs(src.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()409 if (any(greaterThan(abs(dst.getWhitePoint() - ILLUMINANT_D50_XY), float2{1e-3f}))) { in ColorSpaceConnector()
33 import static org.hamcrest.Matchers.greaterThan;411 assertThat(workSpec.periodStartTime, is(greaterThan(beforeUnblockedTime))); in testDependencies_setsPeriodStartTimesForUnblockedWork()
39 import static org.hamcrest.Matchers.greaterThan;1314 assertThat(preferences.getLastCancelAllTimeMillis(), is(greaterThan(0L))); in testCancelAllWork_updatesLastCancelAllTime()1341 assertThat(captor.getValue(), is(greaterThan(0L))); in testCancelAllWork_updatesLastCancelAllTimeLiveData()
366 CONSTEXPR VECTOR<bool> PURE greaterThan(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in greaterThan() function
4580 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...