Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java118 private GradientDrawable mContentBackground; field in RemoteInputView
233 mContentBackground.setColor(editBgColor); in setBackgroundTintColor()
234 mContentBackground.setStroke(stroke, accentColor); in setBackgroundTintColor()
251 mContentBackground = (GradientDrawable) in onFinishInflate()
259 contentView.setBackground(mContentBackground); in onFinishInflate()