Searched refs:mExpandedChild (Results 1 – 1 of 1) sorted by relevance
62 private View mExpandedChild; field in NotificationContentView154 if (mExpandedChild != null) { in onMeasure()156 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()164 mExpandedChild.measure(widthMeasureSpec, spec); in onMeasure()165 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()185 if (mExpandedChild != null in onMeasure()186 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()190 mExpandedChild.measure(widthMeasureSpec, heightSpec); in onMeasure()225 if (mExpandedChild != null in updateContractedHeaderWidth()273 if (mExpandedChild != null) { in onLayout()[all …]