Lines Matching refs:displayId
33 void RemoveDisplayInfo(DisplayId displayId);
36 void SetDisplayRotation(DisplayId displayId, Rotation rotation);
37 void SetDisplayOrientation(DisplayId displayId, DisplayOrientation orientation);
38 void SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType changeType);
39 void SetDisplayVirtualPixelRatio(DisplayId displayId, float vpr);
40 void SetDisplayRect(DisplayId displayId, Rect displayRect);
43 Rotation GetDisplayRotation(DisplayId displayId) const;
44 DisplayStateChangeType GetDisplayStateChangeType(DisplayId displayId) const;
45 float GetDisplayVirtualPixelRatio(DisplayId displayId) const;
47 Rect GetDisplayRect(DisplayId displayId) const;
48 sptr<DisplayInfo> GetDisplayInfo(DisplayId displayId) const;
64 DisplayId leftDisplayId_ { 0 }; // the displayId at left in expand-mode
65 DisplayId rightDisplayId_ { 0 }; // the displayId at right in expand-mode