Searched refs:ARG_LAYOUT_FULLSCREEN (Results 1 – 3 of 3) sorted by relevance
42 .putExtra(ARG_LAYOUT_FULLSCREEN, false) in testDecorView_consumesAllInsets_byDefault()57 .putExtra(ARG_LAYOUT_FULLSCREEN, true) in testDecorView_consumesNavBar_ifLayoutHideNavIsNotSet()73 .putExtra(ARG_LAYOUT_FULLSCREEN, false) in testDecorView_doesntConsumeNavBar_ifLayoutHideNavIsSet()90 .putExtra(ARG_LAYOUT_FULLSCREEN, false) in testDecorView_doesntConsumeNavBar_ifDecorDoesntFitSystemWindows()
42 public static final String ARG_LAYOUT_FULLSCREEN = "flagLayoutFullscreen"; field in DecorInsetTestsBase102 vis |= intent.getBooleanExtra(ARG_LAYOUT_FULLSCREEN, false) in intentToSysuiVisibility()