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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java62 private View mExpandedChild; field in class:NotificationContentView
154 if (mExpandedChild != null) {
156 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams();
164 mExpandedChild.measure(widthMeasureSpec, spec);
165 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight());
185 if (mExpandedChild != null
186 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
190 mExpandedChild.measure(widthMeasureSpec, heightSpec);
225 if (mExpandedChild != null
273 if (mExpandedChild !
[all...]

Completed in 33 milliseconds