overscanCalibrationAdjust method
Adjusts the current overscan insets for a display. Typically this should either move the display along an axis (e.g. left+right have the same value) or scale it along an axis (e.g. top+bottom have opposite values). Each Adjust call is cumulative with previous calls since Start. |id|: The display's unique identifier. |delta|: The amount to change the overscan insets.
Implementation
void overscanCalibrationAdjust(
String id,
Insets delta,
) {
$js.chrome.system.display.overscanCalibrationAdjust(
id,
delta.toJS,
);
}