Searched refs:hasWindowInsets (Results 1 – 3 of 3) sorted by relevance
72 assumeTrue(hasWindowInsets(mRootView, systemBars())); in setup()111 hasWindowInsets(mRootView, navigationBars()) in testAnimationCallbacks_overlapping()112 && hasWindowInsets(mRootView, statusBars())); in testAnimationCallbacks_overlapping()202 assumeTrue(hasWindowInsets(mRootView, navigationBars())); in testAnimationCallbacks_childInsetting()234 if (hasWindowInsets(mRootView, statusBars())) { in testAnimationCallbacks_childInsetting()238 if (hasWindowInsets(mRootView, navigationBars())) { in testAnimationCallbacks_childInsetting()
85 assumeTrue(hasWindowInsets(mRootView, statusBars())); in testAnimationCallbacks_overlapping_opposite()
108 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets() method in WindowInsetsAnimationTestBase