Searched refs:mMeasuredWidth (Results 1 – 5 of 5) sorted by relevance
309 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()315 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()317 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()325 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()331 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()386 accumulatedMeasures.mMeasuredWidth), in onMeasure()459 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures463 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()468 return new SmartSuggestionMeasures(mMeasuredWidth, mMaxChildHeight); in clone()
653 state.mMeasuredWidth = view.getMeasuredWidth(); in getOldSharedElementState()722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState()1115 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState
2610 int mMeasuredWidth; field in View18754 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()18771 return mMeasuredWidth; in getMeasuredWidthAndState()18810 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()27897 output += "mMeasureWidth=" + mMeasuredWidth + in debug()28141 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()28234 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()33073 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
626 private int mMeasuredWidth; field in ViewRootImpl3255 mMeasuredWidth = MeasureSpec.getSize(widthMeasureSpec); in setMeasuredRootSizeFromSpec()4827 mMeasuredWidth = mView.getMeasuredWidth(); in performMeasure()9197 final int measuredWidth = mMeasuredWidth; in relayoutWindow()
2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I