Searched defs: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
152 if (mExpandedChild != null) {
154 ViewGroup.LayoutParams layoutParams = mExpandedChild.getLayoutParams();
162 mExpandedChild.measure(widthMeasureSpec, spec);
163 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight());
183 if (mExpandedChild != null
184 && mContractedChild.getMeasuredHeight() > mExpandedChild.getMeasuredHeight()) {
188 mExpandedChild.measure(widthMeasureSpec, heightSpec);
223 if (mExpandedChild != null
271 if (mExpandedChild !
[all...]

Completed in 8 milliseconds