Searched refs:mModeId (Results 1 – 2 of 2) sorted by relevance
1887 private final int mModeId; field in Display.Mode1915 mModeId = modeId; in Mode()1928 return mModeId; in getModeId()2068 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate) in equals()2075 hash = hash * 17 + mModeId; in hashCode()2086 .append("id=").append(mModeId) in toString()2107 out.writeInt(mModeId); in writeToParcel()
59685 Landroid/view/Display$Mode;->mModeId:I