Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance
57 private View mHeadsUpChild; field in NotificationContentView132 if (mHeadsUpChild != null) { in onMeasure()134 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()139 mHeadsUpChild.measure(widthMeasureSpec, in onMeasure()141 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()168 if (mHeadsUpChild != null) { in reset()169 mHeadsUpChild.animate().cancel(); in reset()174 mHeadsUpChild = null; in reset()190 return mHeadsUpChild; in getHeadsUpChild()219 if (mHeadsUpChild != null) { in setHeadsUpChild()[all …]