Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance
74 private View mHeadsUpChild; field in NotificationContentView240 if (mHeadsUpChild != null) { in onMeasure()244 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()251 measureChildWithMargins(mHeadsUpChild, widthMeasureSpec, 0, in onMeasure()254 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()406 return mHeadsUpChild; in getHeadsUpChild()435 if (child == mHeadsUpChild) { in getWrapperForView()478 if (mHeadsUpChild != null) { in setHeadsUpChild()489 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()490 removeView(mHeadsUpChild); in setHeadsUpChild()[all …]