Home
last modified time | relevance | path

Searched refs:hasWindowInsets (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTests.java72 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()
DWindowInsetsAnimationImeTests.java85 assumeTrue(hasWindowInsets(mRootView, statusBars())); in testAnimationCallbacks_overlapping_opposite()
DWindowInsetsAnimationTestBase.java108 protected static boolean hasWindowInsets(View rootView, int types) { in hasWindowInsets() method in WindowInsetsAnimationTestBase