Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
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()
/frameworks/base/core/java/android/app/
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
/frameworks/base/core/java/android/view/
DView.java2610 int mMeasuredWidth; field in View
18754 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()
18771 return mMeasuredWidth; in getMeasuredWidthAndState()
18810 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()
27897 output += "mMeasureWidth=" + mMeasuredWidth + in debug()
28141 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()
28234 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()
33073 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
DViewRootImpl.java626 private int mMeasuredWidth; field in ViewRootImpl
3255 mMeasuredWidth = MeasureSpec.getSize(widthMeasureSpec); in setMeasuredRootSizeFromSpec()
4827 mMeasuredWidth = mView.getMeasuredWidth(); in performMeasure()
9197 final int measuredWidth = mMeasuredWidth; in relayoutWindow()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I