Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DWindowAreaComponentImpl.java79 private long mRearDisplayAddress = INVALID_DISPLAY_ADDRESS; field in WindowAreaComponentImpl
120 mRearDisplayAddress = getRearDisplayAddress(context); in WindowAreaComponentImpl()
248 if (address != null && mRearDisplayAddress == address.getPhysicalDisplayId()) { in getRearDisplayMetrics()