Loading packages/SystemUI/src/com/android/systemui/DisplayCutoutBaseView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ open class DisplayCutoutBaseView : View, RegionInterceptableView { } companion object { const val HIDDEN_CAMERA_PROTECTION_SCALE = 0.5f const val HIDDEN_CAMERA_PROTECTION_SCALE = 0.0f @JvmStatic protected fun transformPhysicalToLogicalCoordinates( @Surface.Rotation rotation: Int, Loading Loading
packages/SystemUI/src/com/android/systemui/DisplayCutoutBaseView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ open class DisplayCutoutBaseView : View, RegionInterceptableView { } companion object { const val HIDDEN_CAMERA_PROTECTION_SCALE = 0.5f const val HIDDEN_CAMERA_PROTECTION_SCALE = 0.0f @JvmStatic protected fun transformPhysicalToLogicalCoordinates( @Surface.Rotation rotation: Int, Loading