Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/input/
H A 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()
/aosp14/frameworks/base/core/java/android/view/
H A 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()