Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java442 getDialogView().getBackground().setTint(mMediaOutputController.getColorDialogBackground()); in updateDialogBackgroundColor()
443 mDeviceListLayout.setBackgroundColor(mMediaOutputController.getColorDialogBackground()); in updateDialogBackgroundColor()
DMediaOutputController.java597 public int getColorDialogBackground() { in getColorDialogBackground() method in MediaOutputController