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.java95 private View mExpandedChild; field in NotificationContentView
212 if (mExpandedChild != null) { in onMeasure()
219 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams(); in onMeasure()
229 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, spec, 0); in onMeasure()
230 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
257 if (mExpandedChild != null in onMeasure()
258 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
262 measureChildWithMargins(mExpandedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
322 if (mExpandedChild != null in updateContractedHeaderWidth()
358 if (mExpandedChild != null) { in onLayout()
[all …]