Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplay.java2219 private final int mModeId; field in Display.Mode
2273 mModeId = modeId; in Mode()
2290 return mModeId; in getModeId()
2459 return mModeId == that.mModeId in equals()
2468 hash = hash * 17 + mModeId; in hashCode()
2481 .append("id=").append(mModeId) in toString()
2507 out.writeInt(mModeId); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59042 Landroid/view/Display$Mode;->mModeId:I