Home
last modified time | relevance | path

Searched refs:mModeId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplay.java990 private final int mModeId; field in Display.Mode
999 mModeId = modeId; in Mode()
1009 return mModeId; in getModeId()
1071 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()
1077 hash = hash * 17 + mModeId; in hashCode()
1087 .append("id=").append(mModeId) in toString()
1106 out.writeInt(mModeId); in writeToParcel()