Home | History | Annotate | Download | only in tv

Lines Matching defs:mMaxWidth

36     private int mMaxWidth;
79 return mMaxWidth;
106 dest.writeInt(mMaxWidth);
117 private Integer mMaxWidth;
135 mMaxWidth = maxWidth;
150 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null
158 config.mMaxWidth = mMaxWidth;
174 && config.mMaxWidth == mMaxWidth