Programmatically way
View clickableArea = motionLayout.findViewById(R.id.video_overlay_thumbnail);
motionLayout.getConstraintSet(R.id.start).getConstraint(clickableArea.getId()).propertySet.mVisibilityMode = 1; // 1 - ignore or 0 - normal
clickableArea.setVisibility(GONE);