Loading packages/SystemUI/src/com/android/systemui/charging/WirelessChargingAnimation.java +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ public class WirelessChargingAnimation { params.setFitInsetsTypes(0 /* ignore all system bar insets */); params.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE | WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE; params.setTrustedOverlay(); if (looper == null) { // Use Looper.myLooper() if looper is not specified. Loading packages/SystemUI/src/com/android/systemui/statusbar/charging/WiredChargingRippleController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class WiredChargingRippleController @Inject constructor( title = "Wired Charging Animation" flags = (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE) setTrustedOverlay() } @VisibleForTesting Loading Loading
packages/SystemUI/src/com/android/systemui/charging/WirelessChargingAnimation.java +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ public class WirelessChargingAnimation { params.setFitInsetsTypes(0 /* ignore all system bar insets */); params.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE | WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE; params.setTrustedOverlay(); if (looper == null) { // Use Looper.myLooper() if looper is not specified. Loading
packages/SystemUI/src/com/android/systemui/statusbar/charging/WiredChargingRippleController.kt +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ class WiredChargingRippleController @Inject constructor( title = "Wired Charging Animation" flags = (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE or WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE) setTrustedOverlay() } @VisibleForTesting Loading