Searched defs:mSubDecorInstalled (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java104 private boolean mSubDecorInstalled; field in class:AppCompatDelegateImplV7
215 if (mHasActionBar && mSubDecorInstalled) {
277 if (!mSubDecorInstalled) {
290 mSubDecorInstalled = true;
909 final boolean inheritContext = isPre21 && mSubDecorInstalled
1609 if (mSubDecorInstalled) {

Completed in 9 milliseconds