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.cpp64 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/
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/
DInputDispatcher.cpp525 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/
DLayer.cpp2062 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5290 portalWindowHandle.portalToDisplayId = mDisplayId; in createPortalWindowHandle()