fun setNestedExpandablePage(nestedPage: ExpandablePageLayout): Unit
Experimental: To be used when another ExpandablePageLayout is shown inside this page. This page will avoid all draw calls while the nested page is open to minimize overdraw.
WARNING: DO NOT USE THIS IF THE NESTED PAGE IS THE ONLY PULL-COLLAPSIBLE PAGE IN AN ACTIVITY.