Home
last modified time | relevance | path

Searched refs:getLetterboxPositionForHorizontalReachability (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxConfigurationPersisterTest.java105 mLetterboxConfigurationPersister.getLetterboxPositionForHorizontalReachability( in test_whenStoreIsCreated_valuesAreDefaults()
129 mLetterboxConfigurationPersister.getLetterboxPositionForHorizontalReachability( in test_whenUpdatedWithNewValues_valuesAreWritten()
162 secondPersister.getLetterboxPositionForHorizontalReachability(false); in test_whenUpdatedWithNewValues_valuesAreReadAfterRestart()
189 firstPersister.getLetterboxPositionForHorizontalReachability(false); in test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults()
208 secondPersister.getLetterboxPositionForHorizontalReachability(false); in test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults()
DLetterboxConfigurationTest.java79 mLetterboxConfiguration.getLetterboxPositionForHorizontalReachability(halfFoldPose); in test_whenReadingValues_storeIsInvoked()
80 verify(mLetterboxConfigurationPersister).getLetterboxPositionForHorizontalReachability( in test_whenReadingValues_storeIsInvoked()
243 when(mLetterboxConfiguration.getLetterboxPositionForHorizontalReachability(halfFoldPose)) in assertForHorizontalMove()
/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxConfiguration.java1001 mLetterboxConfigurationPersister.getLetterboxPositionForHorizontalReachability( in getHorizontalMultiplierForReachability()
1046 int getLetterboxPositionForHorizontalReachability(boolean isInFullScreenBookMode) { in getLetterboxPositionForHorizontalReachability() method in LetterboxConfiguration
1047 return mLetterboxConfigurationPersister.getLetterboxPositionForHorizontalReachability( in getLetterboxPositionForHorizontalReachability()
1247 mLetterboxConfigurationPersister.getLetterboxPositionForHorizontalReachability( in updatePositionForHorizontalReachability()
DLetterboxUiController.java1209 int getLetterboxPositionForHorizontalReachability() { in getLetterboxPositionForHorizontalReachability() method in LetterboxUiController
1211 return mLetterboxConfiguration.getLetterboxPositionForHorizontalReachability( in getLetterboxPositionForHorizontalReachability()
1229 .getLetterboxPositionForHorizontalReachability(isInFullScreenBookMode); in handleHorizontalDoubleTap()
1648 mLetterboxConfiguration.getLetterboxPositionForHorizontalReachability(false))); in dump()
1719 .getLetterboxPositionForHorizontalReachability( in getLetterboxPositionForLogging()
DLetterboxConfigurationPersister.java140 int getLetterboxPositionForHorizontalReachability(boolean forBookMode) { in getLetterboxPositionForHorizontalReachability() method in LetterboxConfigurationPersister
DWindowManagerShellCommand.java1374 mLetterboxConfiguration.getLetterboxPositionForHorizontalReachability(false))); in runGetLetterboxStyle()
DTask.java3499 .getLetterboxPositionForHorizontalReachability();