Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DDisplay.java2089 private final int mModeId; field in Display.Mode
2120 mModeId = modeId; in Mode()
2135 return mModeId; in getModeId()
2284 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate) in equals()
2292 hash = hash * 17 + mModeId; in hashCode()
2304 .append("id=").append(mModeId) in toString()
2328 out.writeInt(mModeId); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59685 Landroid/view/Display$Mode;->mModeId:I