Home
last modified time | relevance | path

Searched refs:mHeadsUpChild (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java96 private View mHeadsUpChild; field in NotificationContentView
265 if (mHeadsUpChild != null) { in onMeasure()
272 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()
279 measureChildWithMargins(mHeadsUpChild, widthMeasureSpec, 0, in onMeasure()
282 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()
387 return mHeadsUpChild; in getHeadsUpChild()
422 if (child == mHeadsUpChild) { in getWrapperForView()
476 if (mHeadsUpChild != null) { in setHeadsUpChild()
487 mOnContentViewInactiveListeners.remove(mHeadsUpChild); in setHeadsUpChild()
488 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()
[all …]