Searched defs:mIdp (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
| D | GridSizeMigrationTaskTest.java | 36 private InvariantDeviceProfile mIdp; field in GridSizeMigrationTaskTest 60 new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, 5, 2, 3, 1) in testHotseatMigration_apps_dropped() local 75 new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, 5, 2, 3, 1) in testHotseatMigration_shortcuts_dropped() local 119 … new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(), in testWorkspace_empty_row_column_removed() local 138 … new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(), in testWorkspace_new_screen_created() local 162 … new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(), in testWorkspace_items_merged_in_next_screen() local 193 … new GridSizeMigrationTask(getMockContext(), mIdp, mValidPackages, new HashMap<String, Point>(), in testWorkspace_items_not_merged_in_next_screen() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/model/ |
| D | GridSizeMigrationTask.java | 63 private final InvariantDeviceProfile mIdp; field in GridSizeMigrationTask
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | LauncherBackupHelper.java | 156 private InvariantDeviceProfile mIdp; field in LauncherBackupHelper 643 "" /* label */, mUserSerial, mIdp); in restoreIcon() local 732 icon, widget.icon.dpi, widget.label, mUserSerial, mIdp); in restoreWidget() local
|