mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Move logic for stable scale factor to DisplayController" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
8324fc2e17
@@ -202,7 +202,7 @@ public class TaskViewSimulatorTest {
|
||||
Context configurationContext = app.createConfigurationContext(configuration);
|
||||
|
||||
DisplayController.Info info = new Info(
|
||||
configurationContext, false, wmProxy, perDisplayBoundsCache);
|
||||
configurationContext, false, wmProxy, perDisplayBoundsCache, mDensityDpi);
|
||||
when(mockController.getInfo()).thenReturn(info);
|
||||
|
||||
mDeviceProfile = InvariantDeviceProfile.INSTANCE.get(app)
|
||||
|
||||
Reference in New Issue
Block a user