Lines Matching refs:mExpandedChild

65     private View mExpandedChild;
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 != null) {
336 previousHeight = mExpandedChild.getHeight();
339 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) {
360 return mExpandedChild;
388 if (mExpandedChild != null) {
399 mExpandedChild.animate().cancel();
400 removeView(mExpandedChild);
404 mExpandedChild = null;
415 mExpandedChild = child;
542 if (mHeadsUpChild != null && mExpandedChild != null) {
550 return Math.min(mHeadsUpChild.getHeight(), mExpandedChild.getHeight());
556 && mExpandedChild != null) {
557 return Math.min(mContentHeightAtAnimationStart, mExpandedChild.getHeight());
568 } else if (mExpandedChild != null) {
569 hint = mExpandedChild.getHeight();
575 if (mExpandedChild != null && isVisibleOrTransitioning(VISIBLE_TYPE_EXPANDED)) {
576 hint = Math.min(hint, mExpandedChild.getHeight());
657 } else if (mExpandedChild != null) {
658 return mExpandedChild.getHeight();
742 if (animate && ((visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null)
765 forceUpdateVisibility(VISIBLE_TYPE_EXPANDED, mExpandedChild, mExpandedWrapper);
778 if (mExpandedVisibleListener != null && mExpandedChild != null && isShown()
779 && mExpandedChild.getVisibility() == VISIBLE) {
832 mExpandedChild, mExpandedWrapper);
917 return mExpandedChild;
985 boolean noExpandedChild = mExpandedChild == null;
986 if (!noExpandedChild && viewHeight == mExpandedChild.getHeight()) {
1023 if (mVisibleType == VISIBLE_TYPE_EXPANDED || (mExpandedChild != null && !dark)) {
1058 if (mExpandedChild != null) {
1071 if (mExpandedChild != null) {
1090 if (mExpandedChild != null) {
1152 View bigContentView = mExpandedChild;
1272 if (mExpandedChild != null && mExpandedChild.getHeight() != 0) {
1275 if (mExpandedChild.getHeight() <= mContractedChild.getHeight()) {
1278 } else if (mExpandedChild.getHeight() <= mHeadsUpChild.getHeight()) {
1282 if (mExpandedChild != null) {
1299 if (header == null && mExpandedChild != null) {