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

/frameworks/base/core/java/android/view/
H A DDisplay.java1164 private final int mModeId; field in class:Display.Mode
1173 mModeId = modeId;
1183 return mModeId;
1245 return mModeId == that.mModeId && matches(that.mWidth, that.mHeight, that.mRefreshRate);
1251 hash = hash * 17 + mModeId;
1261 .append("id=").append(mModeId)
1280 out.writeInt(mModeId);

Completed in 28 milliseconds