Searched refs:refreshDecorView (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1121 if (st.decorView == null || st.refreshDecorView) {
1126 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
1227 st.refreshDecorView = true;
1444 st.refreshDecorView = true;
1620 st.refreshDecorView = true;
1906 boolean refreshDecorView; field in class:AppCompatDelegateImplV7.PanelFeatureState
1926 refreshDecorView = false;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java735 st.refreshDecorView = true;
792 if (st.decorView == null || st.refreshDecorView) {
797 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
929 st.refreshDecorView = true;
997 st.refreshDecorView = true;
1270 st.refreshDecorView = true;
3396 boolean refreshDecorView; field in class:PhoneWindow.PanelFeatureState
3418 refreshDecorView = false;

Completed in 94 milliseconds