Home
last modified time | relevance | path

Searched refs:mMeasuredWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java453 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.SmartSuggestionMeasures
560 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()
[all …]
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java653 state.mMeasuredWidth = view.getMeasuredWidth(); in getOldSharedElementState()
722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState()
1114 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState