Searched refs:mAssociatedDisplayId (Results 1 – 4 of 4) sorted by relevance
38 private final int mAssociatedDisplayId; field in VirtualInputDeviceConfig46 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.Builder126 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()
89 private final int mAssociatedDisplayId; field in InputDevice504 mAssociatedDisplayId = associatedDisplayId; in InputDevice()527 mAssociatedDisplayId = in.readInt(); in InputDevice()568 private int mAssociatedDisplayId = Display.INVALID_DISPLAY; field in InputDevice.Builder688 mAssociatedDisplayId = displayId; in setAssociatedDisplayId()722 mAssociatedDisplayId); in build()1324 return mAssociatedDisplayId; in getAssociatedDisplayId()1459 out.writeInt(mAssociatedDisplayId); in writeToParcel()
186 mAssociatedDisplayId(other.mAssociatedDisplayId), in InputDeviceInfo()210 mAssociatedDisplayId = associatedDisplayId; in initialize()
334 inline int32_t getAssociatedDisplayId() const { return mAssociatedDisplayId; } in getAssociatedDisplayId()349 int32_t mAssociatedDisplayId; variable