Searched refs:mModeId (Results 1 – 2 of 2) sorted by relevance
2089 private final int mModeId; field in Display.Mode2120 mModeId = modeId; in Mode()2135 return mModeId; in getModeId()2284 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate) in equals()2292 hash = hash * 17 + mModeId; in hashCode()2304 .append("id=").append(mModeId) in toString()2328 out.writeInt(mModeId); in writeToParcel()
59685 Landroid/view/Display$Mode;->mModeId:I