Searched refs:mMeasuredWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRoot.java893 && ((mWidth != host.mMeasuredWidth || mHeight != host.mMeasuredHeight)
945 Log.i(TAG, "host=w:" + host.mMeasuredWidth + ", h:" +
1082 if (focusChangedDueToTouchMode || mWidth != host.mMeasuredWidth
1088 + mWidth + " measuredWidth=" + host.mMeasuredWidth
1099 int width = host.mMeasuredWidth;
1135 host.mMeasuredWidth + ", " + host.mMeasuredHeight + ")");
1140 host.layout(0, 0, host.mMeasuredWidth, host.mMeasuredHeight);
2645 (int) (mView.mMeasuredWidth * appScale + 0.5f),
H A DView.java1392 protected int mMeasuredWidth; field in class:View
4836 return mMeasuredWidth;
8200 output += "mMeasureWidth=" + mMeasuredWidth +
8390 mMeasuredWidth = measuredWidth;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java487 positionChildren(mMeasuredWidth, mMeasuredHeight);

Completed in 84 milliseconds