Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java1164 private final int mModeId; field in Display.Mode
1173 mModeId = modeId; in Mode()
1183 return mModeId; in getModeId()
1245 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate); in equals()
1251 hash = hash * 17 + mModeId; in hashCode()
1261 .append("id=").append(mModeId) in toString()
1280 out.writeInt(mModeId); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-private-dex.txt92724 Landroid/view/Display$Mode;->mModeId:I