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 | 65 jfieldID portalToDisplayId; member 164 mInfo.portalToDisplayId = env->GetIntField(obj, in updateInfo() 165 gInputWindowHandleClassInfo.portalToDisplayId); in updateInfo() 341 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/dispatcher/ |
D | InputDispatcher.cpp | 507 int32_t portalToDisplayId = windowInfo->portalToDisplayId; in findTouchedWindowAtLocked() local 508 if (portalToDisplayId != ADISPLAY_ID_NONE && in findTouchedWindowAtLocked() 509 portalToDisplayId != displayId) { in findTouchedWindowAtLocked() 514 return findTouchedWindowAtLocked(portalToDisplayId, x, y, in findTouchedWindowAtLocked() 541 monitors = getValueByKey(mGestureMonitorsByDisplay, windowInfo->portalToDisplayId); in findTouchedGestureMonitorsLocked() 947 addGlobalMonitoringTargetsLocked(inputTargets, windowInfo->portalToDisplayId, in dispatchMotionLocked() 3190 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in setInputWindows() 3662 windowInfo->portalToDisplayId, in dumpDispatchStateLocked()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2061 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 5395 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()
|