Loading packages/SystemUI/res/values/styles.xml +3 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,9 @@ <style name="Animation.ShutdownUi" parent="@android:style/Animation.Toast"> </style> <style name="Animation.MediaOutputDialog" parent="@android:style/Animation.InputMethod"> </style> <!-- Standard animations for hiding and showing the status bar. --> <style name="Animation.StatusBar"> </style> Loading packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ public abstract class MediaOutputBaseDialog extends SystemUIDialog implements window.setAttributes(lp); window.setContentView(mDialogView); window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); window.setWindowAnimations(R.style.Animation_MediaOutputDialog); mHeaderTitle = mDialogView.requireViewById(R.id.header_title); mHeaderSubtitle = mDialogView.requireViewById(R.id.header_subtitle); Loading Loading
packages/SystemUI/res/values/styles.xml +3 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,9 @@ <style name="Animation.ShutdownUi" parent="@android:style/Animation.Toast"> </style> <style name="Animation.MediaOutputDialog" parent="@android:style/Animation.InputMethod"> </style> <!-- Standard animations for hiding and showing the status bar. --> <style name="Animation.StatusBar"> </style> Loading
packages/SystemUI/src/com/android/systemui/media/dialog/MediaOutputBaseDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ public abstract class MediaOutputBaseDialog extends SystemUIDialog implements window.setAttributes(lp); window.setContentView(mDialogView); window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); window.setWindowAnimations(R.style.Animation_MediaOutputDialog); mHeaderTitle = mDialogView.requireViewById(R.id.header_title); mHeaderSubtitle = mDialogView.requireViewById(R.id.header_subtitle); Loading