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.java109 private View mHeadsUpChild; field in NotificationContentView
320 if (mHeadsUpChild != null) { in onMeasure()
327 ViewGroup.LayoutParams layoutParams = mHeadsUpChild.getLayoutParams(); in onMeasure()
334 measureChildWithMargins(mHeadsUpChild, widthMeasureSpec, 0, in onMeasure()
337 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()
410 return mHeadsUpChild; in getHeadsUpChild()
447 if (child == mHeadsUpChild) { in getWrapperForView()
511 if (mHeadsUpChild != null) { in setHeadsUpChild()
526 mOnContentViewInactiveListeners.remove(mHeadsUpChild); in setHeadsUpChild()
527 mHeadsUpChild.animate().cancel(); in setHeadsUpChild()
[all …]