Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java108 private View mExpandedChild; field in NotificationContentView
270 if (mExpandedChild != null) { in onMeasure()
277 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()
287 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, spec, 0); in onMeasure()
288 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
312 if (mExpandedChild != null in onMeasure()
313 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
317 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
379 if (mExpandedChild != null) { in onLayout()
380 previousHeight = mExpandedChild.getHeight(); in onLayout()
[all …]