Searched refs:mExpandedChild (Results 1 – 1 of 1) sorted by relevance
82 private View mExpandedChild; field in NotificationContentView205 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 …]