Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance
82 private View mHeadsUpChild; field in NotificationContentView250 if (mHeadsUpChild != null) { in onMeasure()257 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()264 measureChildWithMargins(mHeadsUpChild, widthMeasureSpec, 0, in onMeasure()267 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()372 return mHeadsUpChild; in getHeadsUpChild()406 if (child == mHeadsUpChild) { in getWrapperForView()456 if (mHeadsUpChild != null) { in setHeadsUpChild()467 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()468 removeView(mHeadsUpChild); in setHeadsUpChild()[all …]