new ResizeController.ElementInfo(Elements.asJsElement(bottomSectionsAnimator),
ResizeProperty.HEIGHT, css.bottomSectionsHeight()),
new ResizeController.ElementInfo(Elements.asJsElement(bottomSectionsContent),
ResizeProperty.HEIGHT, css.bottomSectionsHeight()));
splitterController.setNegativeDelta(true);
splitterController.start();
}
public WorkspaceNavigationToolBar.View getNavigationToolBarView() {
return navigationToolBarView;
}