Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java921 private final int mModeId; field in Display.Mode
930 mModeId = modeId; in Mode()
940 return mModeId; in getModeId()
1002 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()
1008 hash = hash * 17 + mModeId; in hashCode()
1018 .append("id=").append(mModeId) in toString()
1037 out.writeInt(mModeId); in writeToParcel()