Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java232 config.setIsVerticalReachabilityEnabled(true); in testReachabilityEnabledForTranslucentActivity()
355 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true); in testRepositionLandscapeImmersiveAppWithDisplayCutout()
3264 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
3302 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
3324 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
3346 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
3394 mActivity.mWmService.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
3452 mWm.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(true);
DWindowTestsBase.java281 mAtm.mWindowManager.mLetterboxConfiguration.setIsVerticalReachabilityEnabled(false); in setUpBase()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java811 void setIsVerticalReachabilityEnabled(boolean enabled) { in setIsVerticalReachabilityEnabled() method in LetterboxConfiguration
DWindowManagerShellCommand.java1082 ::setIsVerticalReachabilityEnabled); in runSetLetterboxStyle()