Lines Matching refs:mExpandedChild

62     private View mExpandedChild;
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 != null) {
274 previousHeight = mExpandedChild.getHeight();
277 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) {
308 if (mExpandedChild != null) {
309 mExpandedChild.animate().cancel();
310 removeView(mExpandedChild);
329 mExpandedChild = null;
338 return mExpandedChild;
358 if (mExpandedChild != null) {
359 mExpandedChild.animate().cancel();
360 removeView(mExpandedChild);
363 mExpandedChild = child;
454 if (mHeadsUpChild != null && mExpandedChild != null) {
461 return Math.min(mHeadsUpChild.getHeight(), mExpandedChild.getHeight());
467 && mExpandedChild != null) {
468 return Math.min(mContentHeightAtAnimationStart, mExpandedChild.getHeight());
474 } else if (mExpandedChild != null) {
475 hint = mExpandedChild.getHeight();
481 if (mExpandedChild != null && isVisibleOrTransitioning(VISIBLE_TYPE_EXPANDED)) {
482 hint = Math.min(hint, mExpandedChild.getHeight());
561 if (mExpandedChild != null) {
562 return mExpandedChild.getHeight();
624 if (animate && ((visibleType == VISIBLE_TYPE_EXPANDED && mExpandedChild != null)
655 if (mExpandedChild != null) {
657 mExpandedChild.setVisibility(View.INVISIBLE);
710 if (mExpandedChild != null) {
782 return mExpandedChild;
835 boolean noExpandedChild = mExpandedChild == null;
836 if (!noExpandedChild && viewHeight == mExpandedChild.getHeight()) {
861 return mExpandedChild != null;
872 if (mVisibleType == VISIBLE_TYPE_EXPANDED || (mExpandedChild != null && !dark)) {
906 if (mExpandedChild != null) {
927 if (mExpandedChild != null) {
971 View bigContentView = mExpandedChild;
1088 if (mExpandedChild != null && mExpandedChild.getHeight() != 0) {
1090 if (mExpandedChild.getHeight() == mContractedChild.getHeight()) {
1093 } else if (mExpandedChild.getHeight() == mHeadsUpChild.getHeight()) {
1097 if (mExpandedChild != null) {
1113 if (header == null && mExpandedChild != null) {