Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java128 private GradientDrawable mContentBackground; field in RemoteInputView
254 mContentBackground.setColor(editBgColor); in setBackgroundTintColor()
255 mContentBackground.setStroke(stroke, accentColor); in setBackgroundTintColor()
272 mContentBackground = (GradientDrawable) in onFinishInflate()
280 mContentView.setBackground(mContentBackground); in onFinishInflate()
854 mContentBackground.setBounds(mContentBackgroundBounds); in onLayout()
954 mContentBackground.setBounds(contentBackgroundBounds); in setFocusAnimationScaleY()
955 mContentView.setBackground(mContentBackground); in setFocusAnimationScaleY()