Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java56 private View mExpandedChild; field in NotificationContentView
119 if (mExpandedChild != null) { in onMeasure()
121 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()
129 mExpandedChild.measure(widthMeasureSpec, spec); in onMeasure()
130 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
165 if (mExpandedChild != null) { in reset()
166 mExpandedChild.animate().cancel(); in reset()
173 mExpandedChild = null; in reset()
186 return mExpandedChild; in getExpandedChild()
207 if (mExpandedChild != null) { in setExpandedChild()
[all …]