Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsControllerTests.java361 hideInsets(rootView, types); in testSetSystemBarsBehavior_default()
390 hideInsets(rootView, types); in testSetSystemBarsBehavior_showTransientBarsBySwipe()
419 hideInsets(rootView, systemBars()); in testSetSystemBarsBehavior_systemGesture_default()
437 hideInsets(rootView, systemBars()); in testSetSystemBarsBehavior_systemGesture_showTransientBarsBySwipe()
987 private static void hideInsets(View view, int types) throws InterruptedException { in hideInsets() method in WindowInsetsControllerTests