Searched defs:refreshDecorView (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1020 if (st.decorView == null || st.refreshDecorView) {
1025 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
1126 st.refreshDecorView = true;
1343 st.refreshDecorView = true;
1519 st.refreshDecorView = true;
1780 boolean refreshDecorView; field in class:AppCompatDelegateImplV7.PanelFeatureState
1800 refreshDecorView = false;
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java669 st.refreshDecorView = true;
726 if (st.decorView == null || st.refreshDecorView) {
731 } else if (st.refreshDecorView && (st.decorView.getChildCount() > 0)) {
863 st.refreshDecorView = true;
931 st.refreshDecorView = true;
1204 st.refreshDecorView = true;
4695 boolean refreshDecorView; field in class:PhoneWindow.PanelFeatureState
4717 refreshDecorView = false;

Completed in 63 milliseconds