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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java61 private View mContractedChild; field in class:NotificationContentView
167 if (mContractedChild != null) {
175 mContractedChild.measure(widthMeasureSpec, heightSpec);
176 int measuredHeight = mContractedChild.getMeasuredHeight();
179 mContractedChild.measure(widthMeasureSpec, heightSpec);
183 mContractedChild.measure(widthMeasureSpec, heightSpec);
186 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
188 heightSpec = MeasureSpec.makeMeasureSpec(mContractedChild.getMeasuredHeight(),
294 if (mContractedChild != null) {
295 mContractedChild
[all...]

Completed in 133 milliseconds