Searched defs:mMeasuredWidth (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java122 private int mMeasuredWidth; field in class:BaseCardView
373 mMeasuredWidth = 0;
388 mMeasuredWidth = Math.max(mMeasuredWidth, mainView.getMeasuredWidth());
393 setPivotX(mMeasuredWidth / 2);
398 int cardWidthMeasureSpec = MeasureSpec.makeMeasureSpec(mMeasuredWidth, MeasureSpec.EXACTLY);
430 setMeasuredDimension(View.resolveSizeAndState(mMeasuredWidth + getPaddingLeft()
446 mMeasuredWidth + getPaddingLeft(),
481 mMeasuredWidth + getPaddingLeft(),
497 mMeasuredWidth
[all...]
/frameworks/base/core/java/android/view/
H A DView.java2065 int mMeasuredWidth; field in class:View
13627 return mMeasuredWidth & MEASURED_SIZE_MASK;
13644 return mMeasuredWidth;
13683 return (mMeasuredWidth&MEASURED_STATE_MASK)
21825 output += "mMeasureWidth=" + mMeasuredWidth +
22022 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 |
22115 mMeasuredWidth = measuredWidth;
26184 stream.addProperty("measurement:measuredWidth", mMeasuredWidth);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java648 state.mMeasuredWidth = view.getMeasuredWidth();
717 int widthSpec = View.MeasureSpec.makeMeasureSpec(state.mMeasuredWidth,
1106 int mMeasuredWidth; field in class:ActivityTransitionCoordinator.SharedElementOriginalState

Completed in 93 milliseconds