Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java1244 private final int mModeId; field in Display.Mode
1254 mModeId = modeId; in Mode()
1264 return mModeId; in getModeId()
1326 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()
1332 hash = hash * 17 + mModeId; in hashCode()
1342 .append("id=").append(mModeId) in toString()
1361 out.writeInt(mModeId); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79400 Landroid/view/Display$Mode;->mModeId:I