Home
last modified time | relevance | path

Searched refs:LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxConfigurationTest.java22 …static com.android.server.wm.LetterboxConfiguration.LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CEN…
106 /* from */ LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER, in test_whenMovedHorizontally_updatePositionAccordingly()
112 /* from */ LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER, in test_whenMovedHorizontally_updatePositionAccordingly()
126 /* expected */ LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER, in test_whenMovedHorizontally_updatePositionAccordingly()
139 /* expected */ LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER, in test_whenMovedHorizontally_updatePositionAccordingly()
268 LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER); in test_letterboxPositionWhenReachabilityEnabledIsReset()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java148 LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER,
156 static final int LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER = 1; field in LetterboxConfiguration
975 || position == LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER in readLetterboxHorizontalReachabilityPositionFromConfig()
977 ? position : LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER; in readLetterboxHorizontalReachabilityPositionFromConfig()
1006 case LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER: in getHorizontalMultiplierForReachability()
1067 case LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER: in letterboxHorizontalReachabilityPositionToString()
DLetterboxUiController.java94 …static com.android.server.wm.LetterboxConfiguration.LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CEN…
1236 == LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER in handleHorizontalDoubleTap()
1247 == LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER in handleHorizontalDoubleTap()
1688 case LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER: in letterboxHorizontalReachabilityPositionToLetterboxPosition()
DWindowManagerShellCommand.java26 …static com.android.server.wm.LetterboxConfiguration.LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CEN…
895 position = LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER; in runSetLetterboxDefaultPositionForHorizontalReachability()
957 position = LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER; in runSetPersistentLetterboxPositionForHorizontalReachability()
/frameworks/base/proto/src/
Dwindowmanager.proto56 LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_CENTER = 1; enumerator