Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java1887 private final int mModeId; field in Display.Mode
1915 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59685 Landroid/view/Display$Mode;->mModeId:I