Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance
83 private View mHeadsUpChild; field in NotificationContentView258 if (mHeadsUpChild != null) { in onMeasure()265 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()272 measureChildWithMargins(mHeadsUpChild, widthMeasureSpec, 0, in onMeasure()275 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()394 return mHeadsUpChild; in getHeadsUpChild()432 if (child == mHeadsUpChild) { in getWrapperForView()485 if (mHeadsUpChild != null) { in setHeadsUpChild()496 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()497 removeView(mHeadsUpChild); in setHeadsUpChild()[all …]