Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java118 private GradientDrawable mContentBackground; field in RemoteInputView
234 mContentBackground.setColor(editBgColor); in setBackgroundTintColor()
235 mContentBackground.setStroke(stroke, accentColor); in setBackgroundTintColor()
252 mContentBackground = (GradientDrawable) in onFinishInflate()
260 contentView.setBackground(mContentBackground); in onFinishInflate()