Searched refs:mMeasuredWidth (Results 1 – 4 of 4) sorted by relevance
458 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()466 && (lineCount == 2 || accumulatedMeasures.mMeasuredWidth > targetWidth); in onMeasure()468 accumulatedMeasures.mMeasuredWidth += in onMeasure()476 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()478 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()486 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()492 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()549 accumulatedMeasures.mMeasuredWidth), in onMeasure()559 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures565 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()[all …]
653 state.mMeasuredWidth = view.getMeasuredWidth(); in getOldSharedElementState()722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState()1114 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState
2305 int mMeasuredWidth; field in View16102 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()16119 return mMeasuredWidth; in getMeasuredWidthAndState()16158 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()24917 output += "mMeasureWidth=" + mMeasuredWidth + in debug()25115 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()25208 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()29434 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I