Searched refs:mMeasuredHeight (Results 1 – 3 of 3) sorted by relevance
122 private int mMeasuredHeight; field in BaseCardView352 mMeasuredHeight = 0; in onMeasure()403 mMeasuredHeight = (int) (mainHeight + in onMeasure()410 View.resolveSizeAndState(mMeasuredHeight + getPaddingTop() + getPaddingBottom(), in onMeasure()
588 state.mMeasuredHeight = view.getMeasuredHeight(); in getOldSharedElementState()658 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState()1013 int mMeasuredHeight; field in ActivityTransitionCoordinator.SharedElementOriginalState
1672 int mMeasuredHeight; field in View11762 return mMeasuredHeight & MEASURED_SIZE_MASK; in getMeasuredHeight()11779 return mMeasuredHeight; in getMeasuredHeightAndState()11791 | ((mMeasuredHeight>>MEASURED_HEIGHT_STATE_SHIFT) in getMeasuredState()19558 " mMeasureHeight=" + mMeasuredHeight; in debug()19755 (long) mMeasuredHeight & 0xffffffffL); // suppress sign extension in measure()19848 mMeasuredHeight = measuredHeight; in setMeasuredDimensionRaw()23664 stream.addProperty("measurement:measuredHeight", mMeasuredHeight); in encodeProperties()