mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Do not use private APIs in unfold module" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c7ab991818
@@ -45,6 +45,7 @@ import android.content.pm.LauncherApps;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.PixelFormat;
|
||||
import android.graphics.Rect;
|
||||
import android.hardware.display.DisplayManager;
|
||||
import android.os.Process;
|
||||
import android.os.SystemProperties;
|
||||
import android.os.Trace;
|
||||
@@ -218,8 +219,8 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
new TaskbarScrimViewController(this, taskbarScrimView),
|
||||
new TaskbarUnfoldAnimationController(this, unfoldTransitionProgressProvider,
|
||||
mWindowManager,
|
||||
new RotationChangeProvider(WindowManagerGlobal.getWindowManagerService(), this,
|
||||
getMainExecutor())),
|
||||
new RotationChangeProvider(c.getSystemService(DisplayManager.class), this,
|
||||
getMainThreadHandler())),
|
||||
new TaskbarKeyguardController(this),
|
||||
new StashedHandleViewController(this, stashedHandleView),
|
||||
new TaskbarStashController(this),
|
||||
|
||||
Reference in New Issue
Block a user