Home
last modified time | relevance | path

Searched refs:mAssociatedDisplayId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DVirtualInputDeviceConfig.java38 private final int mAssociatedDisplayId; field in VirtualInputDeviceConfig
46 mAssociatedDisplayId = builder.mAssociatedDisplayId; in VirtualInputDeviceConfig()
53 mAssociatedDisplayId = in.readInt(); in VirtualInputDeviceConfig()
76 return mAssociatedDisplayId; in getAssociatedDisplayId()
90 dest.writeInt(mAssociatedDisplayId); in writeToParcel()
104 private int mAssociatedDisplayId; field in VirtualInputDeviceConfig.Builder
126 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
/frameworks/base/core/java/android/view/
DInputDevice.java89 private final int mAssociatedDisplayId; field in InputDevice
504 mAssociatedDisplayId = associatedDisplayId; in InputDevice()
527 mAssociatedDisplayId = in.readInt(); in InputDevice()
568 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in InputDevice.Builder
688 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
722 mAssociatedDisplayId); in build()
1324 return mAssociatedDisplayId; in getAssociatedDisplayId()
1459 out.writeInt(mAssociatedDisplayId); in writeToParcel()
/frameworks/native/libs/input/
DInputDevice.cpp186 mAssociatedDisplayId(other.mAssociatedDisplayId), in InputDeviceInfo()
210 mAssociatedDisplayId = associatedDisplayId; in initialize()
/frameworks/native/include/input/
DInputDevice.h334 inline int32_t getAssociatedDisplayId() const { return mAssociatedDisplayId; } in getAssociatedDisplayId()
349 int32_t mAssociatedDisplayId; variable