Merge "Fix UdfpsView not appearing on BP rotate" into udc-dev

This commit is contained in:
Austin Delgado
2023-05-18 23:12:06 +00:00
committed by Android (Google) Code Review

View File

@@ -115,7 +115,7 @@ class UdfpsControllerOverlay @JvmOverloads constructor(
private var overlayTouchListener: TouchExplorationStateChangeListener? = null
private val coreLayoutParams = WindowManager.LayoutParams(
WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG,
WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
0 /* flags set in computeLayoutParams() */,
PixelFormat.TRANSLUCENT
).apply {