Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaSessionReleaseDialog.java49 public MediaSessionReleaseDialog(Context context, Runnable runnable, int buttonColor, in MediaSessionReleaseDialog() argument
58 buttonColor, in MediaSessionReleaseDialog()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt80 val buttonColor = typedArray.getColor(0 /* index */, Color.TRANSPARENT) in setButtonColor() constant
84 manageButton.setBackgroundDrawable(ColorDrawable(buttonColor)) in setButtonColor()
85 gotItButton.setBackgroundDrawable(ColorDrawable(buttonColor)) in setButtonColor()