Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopStatusBarInputLayerSupplier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class DesktopStatusBarInputLayerSupplier( lp.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY lp.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE val view = View(context) view.visibility = View.INVISIBLE view.visibility = View.GONE return AdditionalSystemViewContainer( WindowManagerWrapper( context.getSystemService<WindowManager>(WindowManager::class.java) Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/AppHandleViewHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ internal class AppHandleViewHolder( } // Remove the old input layer when changing to a new one. if (statusBarInputLayer != null) detachStatusBarInputLayer() if (statusBarLayer.view.visibility == View.INVISIBLE) { if (statusBarLayer.view.visibility == View.GONE) { statusBarLayer.view.visibility = View.VISIBLE } statusBarInputLayer = statusBarLayer Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopStatusBarInputLayerSupplier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ class DesktopStatusBarInputLayerSupplier( lp.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY lp.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE val view = View(context) view.visibility = View.INVISIBLE view.visibility = View.GONE return AdditionalSystemViewContainer( WindowManagerWrapper( context.getSystemService<WindowManager>(WindowManager::class.java) Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/AppHandleViewHolder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ internal class AppHandleViewHolder( } // Remove the old input layer when changing to a new one. if (statusBarInputLayer != null) detachStatusBarInputLayer() if (statusBarLayer.view.visibility == View.INVISIBLE) { if (statusBarLayer.view.visibility == View.GONE) { statusBarLayer.view.visibility = View.VISIBLE } statusBarInputLayer = statusBarLayer Loading