Loading packages/SystemUI/res/layout/volume_dialog.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ android:id="@+id/volume_dialog_root" android:layout_width="match_parent" android:layout_height="match_parent" android:alpha="0" android:clipChildren="false" app:layoutDescription="@xml/volume_dialog_scene"> Loading packages/SystemUI/src/com/android/systemui/volume/dialog/ui/binder/VolumeDialogViewBinder.kt +0 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,6 @@ constructor( MutableStateFlow(WindowInsets.Builder().build()) // Root view of the Volume Dialog. val root: MotionLayout = dialog.requireViewById(R.id.volume_dialog_root) root.alpha = 0f animateVisibility(root, dialog, viewModel.dialogVisibilityModel) Loading Loading
packages/SystemUI/res/layout/volume_dialog.xml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ android:id="@+id/volume_dialog_root" android:layout_width="match_parent" android:layout_height="match_parent" android:alpha="0" android:clipChildren="false" app:layoutDescription="@xml/volume_dialog_scene"> Loading
packages/SystemUI/src/com/android/systemui/volume/dialog/ui/binder/VolumeDialogViewBinder.kt +0 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,6 @@ constructor( MutableStateFlow(WindowInsets.Builder().build()) // Root view of the Volume Dialog. val root: MotionLayout = dialog.requireViewById(R.id.volume_dialog_root) root.alpha = 0f animateVisibility(root, dialog, viewModel.dialogVisibilityModel) Loading