Searched refs:mAmbientChild (Results 1 – 1 of 1) sorted by relevance
85 private View mAmbientChild; field in NotificationContentView289 if (mAmbientChild != null) { in onMeasure()291 ViewGroup.LayoutParams layoutParams = mAmbientChild.getLayoutParams(); in onMeasure()298 mAmbientChild.measure(widthMeasureSpec, in onMeasure()301 maxChildHeight = Math.max(maxChildHeight, mAmbientChild.getMeasuredHeight()); in onMeasure()398 return mAmbientChild; in getAmbientChild()435 if (child == mAmbientChild) { in getWrapperForView()523 if (mAmbientChild != null) { in setAmbientChild()524 mAmbientChild.animate().cancel(); in setAmbientChild()525 removeView(mAmbientChild); in setAmbientChild()[all …]