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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java65 private View mExpandedChild; field in class:NotificationContentView
167 if (mExpandedChild != null) {
169 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams();
181 mExpandedChild.measure(widthMeasureSpec, spec);
182 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight());
209 if (mExpandedChild != null
210 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
214 mExpandedChild.measure(widthMeasureSpec, heightSpec);
287 if (mExpandedChild != null
335 if (mExpandedChild !
[all...]

Completed in 45 milliseconds