Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java91 if (target.makeSpaceForHotseatMigration(true)) { in migrateHotseatWhole()
163 boolean canMigrateToFirstPage = cellLayout.makeSpaceForHotseatMigration(false); in showEdu()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DHotseatReorderUnitTest.kt136 if (cl.makeSpaceForHotseatMigration(true)) { in solve()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1902 public boolean makeSpaceForHotseatMigration(boolean commitConfig) { in makeSpaceForHotseatMigration() method in CellLayout