Searched defs:mHeadsUpChild (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java63 private View mHeadsUpChild; field in class:NotificationContentView
191 if (mHeadsUpChild != null) {
193 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams();
198 mHeadsUpChild.measure(widthMeasureSpec,
200 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight());
315 if (mHeadsUpChild != null) {
316 mHeadsUpChild.animate().cancel();
317 removeView(mHeadsUpChild);
322 mHeadsUpChild = null;
334 return mHeadsUpChild;
[all...]

Completed in 24 milliseconds