Home
last modified time | relevance | path

Searched defs:mAssociatedDisplayId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DVirtualInputDeviceConfig.java38 private final int mAssociatedDisplayId; field in VirtualInputDeviceConfig
104 private int mAssociatedDisplayId; field in VirtualInputDeviceConfig.Builder
/frameworks/base/core/java/android/view/
DInputDevice.java89 private final int mAssociatedDisplayId; field in InputDevice
568 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in InputDevice.Builder
/frameworks/native/include/input/
DInputDevice.h349 int32_t mAssociatedDisplayId; variable