mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Adding support for migrating the grid between any two valid screens sizes.
The grid is migrated in steps where each step consists of at max one column change and at max one row change. Adding some unit tests for GridMigrationLogic Bug: 25958224 Change-Id: Ie54e872ea0925cc4c463edbba0a7201d62b373a0
This commit is contained in:
@@ -83,7 +83,7 @@ public class InvariantDeviceProfile {
|
||||
DeviceProfile landscapeProfile;
|
||||
DeviceProfile portraitProfile;
|
||||
|
||||
InvariantDeviceProfile() {
|
||||
public InvariantDeviceProfile() {
|
||||
}
|
||||
|
||||
public InvariantDeviceProfile(InvariantDeviceProfile p) {
|
||||
|
||||
Reference in New Issue
Block a user