Searched refs:mModeId (Results 1 – 1 of 1) sorted by relevance
921 private final int mModeId; field in Display.Mode930 mModeId = modeId; in Mode()940 return mModeId; in getModeId()1002 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()1008 hash = hash * 17 + mModeId; in hashCode()1018 .append("id=").append(mModeId) in toString()1037 out.writeInt(mModeId); in writeToParcel()