Searched refs:mAssociatedDisplayId (Results 1 – 4 of 4) sorted by relevance
51 private final int mAssociatedDisplayId; field in VirtualInputDeviceConfig59 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.Builder185 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
95 private final int mAssociatedDisplayId; field in InputDevice536 mAssociatedDisplayId = associatedDisplayId; in InputDevice()561 mAssociatedDisplayId = in.readInt(); in InputDevice()606 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in InputDevice.Builder735 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()786 mAssociatedDisplayId, in build()1413 return mAssociatedDisplayId; in getAssociatedDisplayId()1625 out.writeInt(mAssociatedDisplayId); in writeToParcel()
188 mAssociatedDisplayId(other.mAssociatedDisplayId), in InputDeviceInfo()216 mAssociatedDisplayId = associatedDisplayId; in initialize()
351 inline ui::LogicalDisplayId getAssociatedDisplayId() const { return mAssociatedDisplayId; } in getAssociatedDisplayId()369 ui::LogicalDisplayId mAssociatedDisplayId{ui::LogicalDisplayId::INVALID};