MCPcopy
hub / github.com/arduino/Arduino / setPlacement

Method setPlacement

app/src/processing/app/Editor.java:449–456  ·  view source on GitHub ↗
(int[] storedLocation, int[] defaultLocation)

Source from the content-addressed store, hash-verified

447 }
448
449 private void setPlacement(int[] storedLocation, int[] defaultLocation) {
450 if (storedLocation.length > 5 && storedLocation[5] != 0) {
451 setExtendedState(storedLocation[5]);
452 setPlacement(defaultLocation);
453 } else {
454 setPlacement(storedLocation);
455 }
456 }
457
458 private void setPlacement(int[] location) {
459 setBounds(location[0], location[1], location[2], location[3]);

Callers 1

EditorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected