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