Searched refs:mModeId (Results 1 – 2 of 2) sorted by relevance
1244 private final int mModeId; field in Display.Mode1254 mModeId = modeId; in Mode()1264 return mModeId; in getModeId()1326 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()1332 hash = hash * 17 + mModeId; in hashCode()1342 .append("id=").append(mModeId) in toString()1361 out.writeInt(mModeId); in writeToParcel()
79400 Landroid/view/Display$Mode;->mModeId:I