Searched refs:portalToDisplayId (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/gui/ |
H A D | WindowInfo.cpp | 64 info.displayId == displayId && info.portalToDisplayId == portalToDisplayId && in operator ==() 114 parcel->writeInt32(portalToDisplayId) ?: in writeToParcel() 181 parcel->readInt32(&portalToDisplayId) ?: in readFromParcel()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | WindowInfo_test.cpp | 76 i.portalToDisplayId = 2; in TEST() 115 ASSERT_EQ(i.portalToDisplayId, i2.portalToDisplayId); in TEST()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputWindowHandleWrapper.java | 228 if (mHandle.portalToDisplayId == displayId) { in setPortalToDisplayId() 231 mHandle.portalToDisplayId = displayId; in setPortalToDisplayId()
|
H A D | DisplayContent.java | 5574 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputWindowHandle.java | 118 public int portalToDisplayId = INVALID_DISPLAY; field in InputWindowHandle
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | WindowInfo.h | 201 int32_t portalToDisplayId = ADISPLAY_ID_NONE; member
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 1029 int32_t portalToDisplayId = windowInfo->portalToDisplayId; in findTouchedWindowAtLocked() local 1030 if (portalToDisplayId != ADISPLAY_ID_NONE && in findTouchedWindowAtLocked() 1031 portalToDisplayId != displayId) { in findTouchedWindowAtLocked() 1036 return findTouchedWindowAtLocked(portalToDisplayId, x, y, touchState, in findTouchedWindowAtLocked() 1063 monitors = getValueByKey(mGestureMonitorsByDisplay, windowInfo->portalToDisplayId); in findTouchedGestureMonitorsLocked() 1621 addGlobalMonitoringTargetsLocked(inputTargets, windowInfo->portalToDisplayId, in dispatchMotionLocked() 4479 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in updateWindowHandlesForDisplayLocked() 5058 windowInfo->displayId, windowInfo->portalToDisplayId, in dumpDispatchStateLocked()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 2202 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputFrameInfo()
|