Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputWindow_test.cpp65 i.portalToDisplayId = 2; in TEST()
97 ASSERT_EQ(i.portalToDisplayId, i2.portalToDisplayId); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp65 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/
DInputWindow.cpp98 output.writeInt32(portalToDisplayId); in write()
141 ret.portalToDisplayId = from.readInt32(); in read()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java102 public int portalToDisplayId = INVALID_DISPLAY; field in InputWindowHandle
/frameworks/native/include/input/
DInputWindow.h166 int32_t portalToDisplayId = ADISPLAY_ID_NONE; member
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp507 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/
DLayer.cpp2061 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5395 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()