Searched refs:portalToDisplayId (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputWindow_test.cpp | 65 i.portalToDisplayId = 2; in TEST() 97 ASSERT_EQ(i.portalToDisplayId, i2.portalToDisplayId); in TEST()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 64 jfieldID portalToDisplayId; member 157 mInfo.portalToDisplayId = env->GetIntField(obj, in updateInfo() 158 gInputWindowHandleClassInfo.portalToDisplayId); in updateInfo() 334 GET_FIELD_ID(gInputWindowHandleClassInfo.portalToDisplayId, clazz, in register_android_view_InputWindowHandle()
|
/frameworks/native/libs/input/ |
D | InputWindow.cpp | 98 output.writeInt32(portalToDisplayId); in write() 141 ret.portalToDisplayId = from.readInt32(); in read()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 102 public int portalToDisplayId = INVALID_DISPLAY; field in InputWindowHandle
|
/frameworks/native/include/input/ |
D | InputWindow.h | 166 int32_t portalToDisplayId = ADISPLAY_ID_NONE; member
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 525 int32_t portalToDisplayId = windowInfo->portalToDisplayId; in findTouchedWindowAtLocked() local 526 if (portalToDisplayId != ADISPLAY_ID_NONE in findTouchedWindowAtLocked() 527 && portalToDisplayId != displayId) { in findTouchedWindowAtLocked() 533 portalToDisplayId, x, y, addOutsideTargets, addPortalWindows); in findTouchedWindowAtLocked() 558 monitors = getValueByKey(mGestureMonitorsByDisplay, windowInfo->portalToDisplayId); in findTouchedGestureMonitorsLocked() 966 addGlobalMonitoringTargetsLocked(inputTargets, windowInfo->portalToDisplayId, in dispatchMotionLocked() 3193 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in setInputWindows() 3664 windowInfo->portalToDisplayId, in dumpDispatchStateLocked()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2062 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 5290 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()
|