Home | History | Annotate | Download | only in view

Lines Matching refs:mWidth

1165         private final int mWidth;
1174 mWidth = width;
1199 return mWidth;
1231 return mWidth == width &&
1245 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate);
1252 hash = hash * 17 + mWidth;
1262 .append(", width=").append(mWidth)
1281 out.writeInt(mWidth);