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.java284 accumulatedMeasures.mMeasuredWidth += spacing + childWidth; in onMeasure()
290 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()
292 while (accumulatedMeasures.mMeasuredWidth > targetWidth in onMeasure()
300 accumulatedMeasures.mMeasuredWidth -= squeezeReduction; in onMeasure()
306 if (accumulatedMeasures.mMeasuredWidth > targetWidth) { in onMeasure()
356 accumulatedMeasures.mMeasuredWidth), in onMeasure()
379 int mMeasuredWidth = -1; field in SmartReplyView.SmartSuggestionMeasures
383 this.mMeasuredWidth = measuredWidth; in SmartSuggestionMeasures()
388 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()
1114 int mMeasuredWidth; field in ActivityTransitionCoordinator.SharedElementOriginalState
/frameworks/base/core/java/android/view/
DView.java2375 int mMeasuredWidth; field in View
16740 return mMeasuredWidth & MEASURED_SIZE_MASK; in getMeasuredWidth()
16757 return mMeasuredWidth; in getMeasuredWidthAndState()
16796 return (mMeasuredWidth&MEASURED_STATE_MASK) in getMeasuredState()
25599 output += "mMeasureWidth=" + mMeasuredWidth + in debug()
25797 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 | in measure()
25890 mMeasuredWidth = measuredWidth; in setMeasuredDimensionRaw()
30405 stream.addProperty("measurement:measuredWidth", mMeasuredWidth); in encodeProperties()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2236 Landroid/app/ActivityTransitionCoordinator$SharedElementOriginalState;->mMeasuredWidth:I