/**
* Static factory method for obtaining an instance of ShareWorkspacePane.
*/
static ShareWorkspacePane create(View view, AppContext context) {
AnimationController ruleAnimator = new AnimationController.Builder()
.setCollapse(true)
.setFade(true)
.setFixedHeight(true)
.build();