Searched defs:mContractedChild (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java61 private View mContractedChild; field in class:NotificationContentView
165 if (mContractedChild != null) {
173 mContractedChild.measure(widthMeasureSpec, heightSpec);
174 int measuredHeight = mContractedChild.getMeasuredHeight();
177 mContractedChild.measure(widthMeasureSpec, heightSpec);
181 mContractedChild.measure(widthMeasureSpec, heightSpec);
184 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
186 heightSpec = MeasureSpec.makeMeasureSpec(mContractedChild.getMeasuredHeight(),
292 if (mContractedChild != null) {
293 mContractedChild
[all...]

Completed in 44 milliseconds