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.java73 private View mExpandedChild; field in NotificationContentView
187 if (mExpandedChild != null) { in onMeasure()
194 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()
204 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, spec, 0); in onMeasure()
205 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
232 if (mExpandedChild != null in onMeasure()
233 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
237 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
329 if (mExpandedChild != null in updateContractedHeaderWidth()
377 if (mExpandedChild != null) { in onLayout()
[all …]