Searched refs:mExpandedChild (Results 1 – 1 of 1) sorted by relevance
95 private View mExpandedChild; field in NotificationContentView212 if (mExpandedChild != null) { in onMeasure()219 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()229 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, spec, 0); in onMeasure()230 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()257 if (mExpandedChild != null in onMeasure()258 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()262 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()322 if (mExpandedChild != null in updateContractedHeaderWidth()358 if (mExpandedChild != null) { in onLayout()[all …]