Home
last modified time | relevance | path

Searched refs:hotseatSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DCalculatedFolderSpecTest.kt119 val hotseatSize = 495 in validate_matchHeightWorkspace() constant
121 val availableHeight = deviceSpec.naturalSize.second - statusBarHeight - hotseatSize in validate_matchHeightWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationUtil.java407 @NonNull final DatabaseHelper helper, final int hotseatSize, in solveHotseatPlacement() argument
412 final boolean[] occupied = new boolean[hotseatSize]; in solveHotseatPlacement()