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/
DNotificationContentView.java64 private View mContractedChild; field in NotificationContentView
184 if (mContractedChild != null) { in onMeasure()
187 ViewGroup.LayoutParams layoutParams = mContractedChild.getLayoutParams(); in onMeasure()
199 mContractedChild.measure(widthMeasureSpec, heightSpec); in onMeasure()
200 int measuredHeight = mContractedChild.getMeasuredHeight(); in onMeasure()
203 mContractedChild.measure(widthMeasureSpec, heightSpec); in onMeasure()
207 mContractedChild.measure(widthMeasureSpec, heightSpec); in onMeasure()
210 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) { in onMeasure()
212 heightSpec = MeasureSpec.makeMeasureSpec(mContractedChild.getMeasuredHeight(), in onMeasure()
356 return mContractedChild; in getContractedChild()
[all …]