Searched refs:mModeId (Results 1 – 1 of 1) sorted by relevance
1131 private final int mModeId; field in Display.Mode1140 mModeId = modeId; in Mode()1150 return mModeId; in getModeId()1212 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()1218 hash = hash * 17 + mModeId; in hashCode()1228 .append("id=").append(mModeId) in toString()1247 out.writeInt(mModeId); in writeToParcel()