Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java458 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.SmartSuggestionMeasures
565 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
/frameworks/base/core/java/android/view/
DView.java2305 int mMeasuredWidth; field in View
16102 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I