Searched refs:mMeasuredHeight (Results 1 – 3 of 3) sorted by relevance
123 private int mMeasuredHeight; field in BaseCardView374 mMeasuredHeight = 0; in onMeasure()425 mMeasuredHeight = (int) (mainHeight in onMeasure()432 View.resolveSizeAndState(mMeasuredHeight + getPaddingTop() + getPaddingBottom(), in onMeasure()
649 state.mMeasuredHeight = view.getMeasuredHeight(); in getOldSharedElementState()719 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState()1107 int mMeasuredHeight; field in ActivityTransitionCoordinator.SharedElementOriginalState
2072 int mMeasuredHeight; field in View13655 return mMeasuredHeight & MEASURED_SIZE_MASK;13672 return mMeasuredHeight;13684 | ((mMeasuredHeight>>MEASURED_HEIGHT_STATE_SHIFT)21826 " mMeasureHeight=" + mMeasuredHeight;22023 (long) mMeasuredHeight & 0xffffffffL); // suppress sign extension22116 mMeasuredHeight = measuredHeight;26185 stream.addProperty("measurement:measuredHeight", mMeasuredHeight);