Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java1131 private final int mModeId; field in Display.Mode
1140 mModeId = modeId; in Mode()
1150 return mModeId; in getModeId()
1212 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()
1218 hash = hash * 17 + mModeId; in hashCode()
1228 .append("id=").append(mModeId) in toString()
1247 out.writeInt(mModeId); in writeToParcel()