Home
last modified time | relevance | path

Searched refs:getColorDialogBackground (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java420 getDialogView().getBackground().setTint(mMediaOutputController.getColorDialogBackground()); in updateDialogBackgroundColor()
421 mDeviceListLayout.setBackgroundColor(mMediaOutputController.getColorDialogBackground()); in updateDialogBackgroundColor()
H A DMediaOutputController.java570 public int getColorDialogBackground() { in getColorDialogBackground() method in MediaOutputController