Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java94 private View mContractedChild; field in NotificationContentView
232 if (mContractedChild != null) { in onMeasure()
235 ViewGroup.LayoutParams layoutParams = mContractedChild.getLayoutParams(); in onMeasure()
247 measureChildWithMargins(mContractedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
248 int measuredHeight = mContractedChild.getMeasuredHeight(); in onMeasure()
251 measureChildWithMargins(mContractedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
255 measureChildWithMargins(mContractedChild, widthMeasureSpec, 0, heightSpec, 0); in onMeasure()
258 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
260 heightSpec = MeasureSpec.makeMeasureSpec(mContractedChild.getMeasuredHeight(), in onMeasure()
379 return mContractedChild; in getContractedChild()
[all …]