Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxConfigurationTest.java174 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
180 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
186 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
187 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
206 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
212 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
213 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
220 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
272 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_letterboxPositionWhenReachabilityEnabledIsReset()
286 false /* forTabletopMode */, LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_lettterboxPositionWhenReachabilityEnabledIsSet()
[all …]
H A DLetterboxConfigurationPersisterTest.java22 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
126 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_whenUpdatedWithNewValues_valuesAreWritten()
135 Assert.assertEquals(LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenUpdatedWithNewValues_valuesAreWritten()
151 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_whenUpdatedWithNewValues_valuesAreReadAfterRestart()
167 Assert.assertEquals(LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenUpdatedWithNewValues_valuesAreReadAfterRestart()
186 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults()
194 Assert.assertEquals(LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java168 @IntDef({LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP,
174 static final int LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP = 0; field in LetterboxConfiguration
955 return position == LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP in readLetterboxVerticalReachabilityPositionFromConfig()
996 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in getVerticalMultiplierForReachability()
1049 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in letterboxVerticalReachabilityPositionToString()
H A DWindowManagerShellCommand.java31 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
890 position = LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP; in runSetLetterboxDefaultPositionForVerticalReachability()
953 position = LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP; in runSetPersistentLetterboxPositionForVerticalReachability()
H A DLetterboxUiController.java100 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
1734 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in letterboxVerticalReachabilityPositionToLetterboxPosition()
/aosp14/frameworks/base/proto/src/
H A Dwindowmanager.proto62 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP = 0; enumerator