Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxConfigurationTest.java27 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
182 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
188 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
194 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
195 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
214 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
220 /* from */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
221 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
228 /* expected */ LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP, in test_whenMovedVertically_updatePositionAccordingly()
280 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP); in test_letterboxPositionWhenReachabilityEnabledIsReset()
[all …]
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()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java169 @IntDef({LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP,
175 static final int LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP = 0; field in LetterboxConfiguration
987 return position == LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP in readLetterboxVerticalReachabilityPositionFromConfig()
1028 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in getVerticalMultiplierForReachability()
1081 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in letterboxVerticalReachabilityPositionToString()
DWindowManagerShellCommand.java31 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
923 position = LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP; in runSetLetterboxDefaultPositionForVerticalReachability()
986 position = LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP; in runSetPersistentLetterboxPositionForVerticalReachability()
DLetterboxUiController.java100 …t static com.android.server.wm.LetterboxConfiguration.LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP;
1702 case LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP: in letterboxVerticalReachabilityPositionToLetterboxPosition()
/frameworks/base/proto/src/
Dwindowmanager.proto62 LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP = 0; enumerator