Home | History | Annotate | Download | only in view

Lines Matching defs:mMeasuredWidth

2171     int mMeasuredWidth;
14459 return mMeasuredWidth & MEASURED_SIZE_MASK;
14476 return mMeasuredWidth;
14515 return (mMeasuredWidth&MEASURED_STATE_MASK)
22996 output += "mMeasureWidth=" + mMeasuredWidth +
23193 mMeasureCache.put(key, ((long) mMeasuredWidth) << 32 |
23286 mMeasuredWidth = measuredWidth;
27347 stream.addProperty("measurement:measuredWidth", mMeasuredWidth);