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/
DWindowInsetsControllerTests.java260 hideInsets(rootView, types); in testSetSystemBarsBehavior_default()
287 hideInsets(rootView, types); in testSetSystemBarsBehavior_showTransientBarsBySwipe()
316 hideInsets(rootView, systemBars()); in testSetSystemBarsBehavior_systemGesture_default()
334 hideInsets(rootView, systemBars()); in testSetSystemBarsBehavior_systemGesture_showTransientBarsBySwipe()
762 private static void hideInsets(View view, int types) throws InterruptedException { in hideInsets() method in WindowInsetsControllerTests