Searched refs:mAmbientChild (Results 1 – 1 of 1) sorted by relevance
76 private View mAmbientChild; field in NotificationContentView268 if (mAmbientChild != null) { in onMeasure()270 ViewGroup.LayoutParams layoutParams = mAmbientChild.getLayoutParams(); in onMeasure()277 mAmbientChild.measure(widthMeasureSpec, in onMeasure()280 maxChildHeight = Math.max(maxChildHeight, mAmbientChild.getMeasuredHeight()); in onMeasure()410 return mAmbientChild; in getAmbientChild()438 if (child == mAmbientChild) { in getWrapperForView()511 if (mAmbientChild != null) { in setAmbientChild()512 mAmbientChild.animate().cancel(); in setAmbientChild()513 removeView(mAmbientChild); in setAmbientChild()[all …]