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.java51 private final int mAssociatedDisplayId; field in VirtualInputDeviceConfig
59 mAssociatedDisplayId = builder.mAssociatedDisplayId; in VirtualInputDeviceConfig()
62 if (mAssociatedDisplayId == Display.INVALID_DISPLAY) { in VirtualInputDeviceConfig()
79 mAssociatedDisplayId = in.readInt(); in VirtualInputDeviceConfig()
108 return mAssociatedDisplayId; in getAssociatedDisplayId()
124 dest.writeInt(mAssociatedDisplayId); in writeToParcel()
134 + " associatedDisplayId=" + mAssociatedDisplayId in toString()
154 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in VirtualInputDeviceConfig.Builder
185 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
/frameworks/base/core/java/android/view/
DInputDevice.java95 private final int mAssociatedDisplayId; field in InputDevice
536 mAssociatedDisplayId = associatedDisplayId; in InputDevice()
561 mAssociatedDisplayId = in.readInt(); in InputDevice()
606 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in InputDevice.Builder
735 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
786 mAssociatedDisplayId, in build()
1413 return mAssociatedDisplayId; in getAssociatedDisplayId()
1625 out.writeInt(mAssociatedDisplayId); in writeToParcel()
/frameworks/native/libs/input/
DInputDevice.cpp188 mAssociatedDisplayId(other.mAssociatedDisplayId), in InputDeviceInfo()
216 mAssociatedDisplayId = associatedDisplayId; in initialize()
/frameworks/native/include/input/
DInputDevice.h351 inline ui::LogicalDisplayId getAssociatedDisplayId() const { return mAssociatedDisplayId; } in getAssociatedDisplayId()
369 ui::LogicalDisplayId mAssociatedDisplayId{ui::LogicalDisplayId::INVALID};