Searched refs:mAssociatedDisplayId (Results 1 – 2 of 2) 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()