Searched refs:hasWindowInsets (Results 1 – 3 of 3) sorted by relevance
74 assumeTrue(hasWindowInsets(mRootView, systemBars())); in setup()113 hasWindowInsets(mRootView, navigationBars()) in testAnimationCallbacks_overlapping()114 && hasWindowInsets(mRootView, statusBars())); in testAnimationCallbacks_overlapping()238 assumeTrue(hasWindowInsets(mRootView, navigationBars())); in testAnimationCallbacks_childInsetting()273 if (hasWindowInsets(mRootView, statusBars())) { in testAnimationCallbacks_childInsetting()282 if (hasWindowInsets(mRootView, navigationBars())) { in testAnimationCallbacks_childInsetting()
111 assumeTrue(hasWindowInsets(mRootView, statusBars())); in testAnimationCallbacks_overlapping_opposite()
116 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets() method in WindowInsetsAnimationTestBase