Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/layout/
H A DLayout.java283 private final int mLogicalDisplayId; field in Layout.Display
323 mLogicalDisplayId = logicalDisplayId; in Display()
337 + "dispId: " + mLogicalDisplayId in toString()
360 && otherDisplay.mLogicalDisplayId == this.mLogicalDisplayId in equals()
377 result = 31 * result + mLogicalDisplayId; in hashCode()
393 return mLogicalDisplayId; in getLogicalDisplayId()