Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance
66 private View mHeadsUpChild; field in NotificationContentView217 if (mHeadsUpChild != null) { in onMeasure()219 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()226 mHeadsUpChild.measure(widthMeasureSpec, in onMeasure()229 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()364 return mHeadsUpChild; in getHeadsUpChild()421 if (mHeadsUpChild != null) { in setHeadsUpChild()432 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()433 removeView(mHeadsUpChild); in setHeadsUpChild()437 mHeadsUpChild = null; in setHeadsUpChild()[all …]