Searched refs:mAmbientChild (Results 1 – 1 of 1) sorted by relevance
68 private View mAmbientChild; field in NotificationContentView243 if (mAmbientChild != null) { in onMeasure()245 ViewGroup.LayoutParams layoutParams = mAmbientChild.getLayoutParams(); in onMeasure()252 mAmbientChild.measure(widthMeasureSpec, in onMeasure()255 maxChildHeight = Math.max(maxChildHeight, mAmbientChild.getMeasuredHeight()); in onMeasure()368 return mAmbientChild; in getAmbientChild()454 if (mAmbientChild != null) { in setAmbientChild()455 mAmbientChild.animate().cancel(); in setAmbientChild()456 removeView(mAmbientChild); in setAmbientChild()462 mAmbientChild = child; in setAmbientChild()[all …]