Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java132 private Rect mContentBackgroundBounds; field in RemoteInputView
802 if (mContentBackgroundBounds != null) { in onLayout()
803 mContentBackground.setBounds(mContentBackgroundBounds); in onLayout()
906 mContentBackgroundBounds = null; in setFocusAnimationScaleY()
908 mContentBackgroundBounds = contentBackgroundBounds; in setFocusAnimationScaleY()