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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java64 private View mContractedChild; field in class:NotificationContentView
184 if (mContractedChild != null) {
187 ViewGroup.LayoutParams layoutParams = mContractedChild.getLayoutParams();
199 mContractedChild.measure(widthMeasureSpec, heightSpec);
200 int measuredHeight = mContractedChild.getMeasuredHeight();
203 mContractedChild.measure(widthMeasureSpec, heightSpec);
207 mContractedChild.measure(widthMeasureSpec, heightSpec);
210 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
212 heightSpec = MeasureSpec.makeMeasureSpec(mContractedChild.getMeasuredHeight(),
356 return mContractedChild;
[all...]

Completed in 59 milliseconds