Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java179 if (target.makeSpaceForHotseatMigration(true)) { in migrateHotseatWhole()
250 boolean canMigrateToFirstPage = cellLayout.makeSpaceForHotseatMigration(false); in showEdu()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2872 public boolean makeSpaceForHotseatMigration(boolean commitConfig) { in makeSpaceForHotseatMigration() method in CellLayout