Searched refs:mMeasuredWidth (Results 1 – 4 of 4) sorted by relevance
284 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()290 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()292 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()300 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()306 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()356 accumulatedMeasures.mMeasuredWidth), in onMeasure()379 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures383 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()388 return new SmartSuggestionMeasures(mMeasuredWidth, mMaxChildHeight); in clone()
653 state.mMeasuredWidth = view.getMeasuredWidth(); in getOldSharedElementState()722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState()1114 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState
2375 int mMeasuredWidth; field in View16740 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()16757 return mMeasuredWidth; in getMeasuredWidthAndState()16796 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()25599 output += "mMeasureWidth=" + mMeasuredWidth + in debug()25797 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()25890 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()30405 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I