Home | History | Annotate | Download | only in app

Lines Matching refs:windowState

926             Bundle windowState = savedInstanceState.getBundle(WINDOW_HIERARCHY_TAG);
927 if (windowState != null) {
928 mWindow.restoreHierarchyState(windowState);