Searched refs:mMeasuredHeight (Results 1 – 4 of 4) sorted by relevance
654 state.mMeasuredHeight = view.getMeasuredHeight(); in getOldSharedElementState()724 int heightSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredHeight, in setOriginalSharedElementState()1116 int mMeasuredHeight; field in ActivityTransitionCoordinator.SharedElementOriginalState
2618 int mMeasuredHeight; field in View18782 return mMeasuredHeight & MEASURED_SIZE_MASK; in getMeasuredHeight()18799 return mMeasuredHeight; in getMeasuredHeightAndState()18811 | ((mMeasuredHeight>>MEASURED_HEIGHT_STATE_SHIFT) in getMeasuredState()27898 " mMeasureHeight=" + mMeasuredHeight; in debug()28142 (long) mMeasuredHeight & 0xffffffffL); // suppress sign extension in measure()28235 mMeasuredHeight = measuredHeight; in setMeasuredDimensionRaw()33074 stream.addProperty("measurement:measuredHeight", mMeasuredHeight); in encodeProperties()
627 private int mMeasuredHeight; field in ViewRootImpl3256 mMeasuredHeight = MeasureSpec.getSize(heightMeasureSpec); in setMeasuredRootSizeFromSpec()4828 mMeasuredHeight = mView.getMeasuredHeight(); in performMeasure()9198 final int measuredHeight = mMeasuredHeight; in relayoutWindow()
2235 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredHeight:I