Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java309 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()
315 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()
317 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()
325 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()
331 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()
386 accumulatedMeasures.mMeasuredWidth), in onMeasure()
459 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures
463 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()
468 return new SmartSuggestionMeasures(mMeasuredWidth, mMaxChildHeight); in clone()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java653 state.mMeasuredWidth = view.getMeasuredWidth(); in getOldSharedElementState()
722 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth, in setOriginalSharedElementState()
1115 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState
/aosp14/frameworks/base/core/java/android/view/
H A DView.java2420 int mMeasuredWidth; field in View
17887 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()
17904 return mMeasuredWidth; in getMeasuredWidthAndState()
17943 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()
26931 output += "mMeasureWidth=" + mMeasuredWidth + in debug()
27160 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()
27253 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()
31911 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
H A DViewRootImpl.java657 private int mMeasuredWidth; field in ViewRootImpl
2979 mMeasuredWidth = MeasureSpec.getSize(widthMeasureSpec); in setMeasuredRootSizeFromSpec()
4383 mMeasuredWidth = mView.getMeasuredWidth(); in performMeasure()
8420 final int measuredWidth = mMeasuredWidth; in relayoutWindow()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I