MCPcopy
hub / github.com/microsoft/SandDance / resize

Method resize

docs/app/js/sanddance-app.js:14448–14452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14446 });
14447 }
14448 resize() {
14449 this.setState({
14450 calculating: ()=>this._resize()
14451 });
14452 }
14453 _resize() {
14454 this.changeInsight({
14455 size: this.getLayoutDivSize(this.state.sidebarPinned, this.state.sidebarClosed)

Callers 9

constructorMethod · 0.45
resizeMethod · 0.45
constructorMethod · 0.45
resizeGLContextFunction · 0.45
sanddance-app.jsFile · 0.45
initializeFunction · 0.45
insertFunction · 0.45
resizeRendererFunction · 0.45
resizeViewFunction · 0.45

Calls 1

_resizeMethod · 0.95

Tested by

no test coverage detected