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/notification/row/
DNotificationContentView.java82 private View mExpandedChild; field in NotificationContentView
205 if (mExpandedChild != null) { in onMeasure()
212 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()
222 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, spec, 0); in onMeasure()
223 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
250 if (mExpandedChild != null in onMeasure()
251 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
255 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
329 if (mExpandedChild != null in updateContractedHeaderWidth()
365 if (mExpandedChild != null) { in onLayout()
[all …]