Searched refs:mMeasuredWidth (Results 1 – 2 of 2) sorted by relevance
453 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()461 && (lineCount == 2 || accumulatedMeasures.mMeasuredWidth > targetWidth); in onMeasure()463 accumulatedMeasures.mMeasuredWidth += in onMeasure()471 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()473 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()481 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()487 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()544 accumulatedMeasures.mMeasuredWidth), in onMeasure()554 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures560 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