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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java106 private boolean mSubDecorInstalled; field in class:AppCompatDelegateImplV7
237 if (mHasActionBar && mSubDecorInstalled) {
311 if (!mSubDecorInstalled) {
324 mSubDecorInstalled = true;
865 return mSubDecorInstalled && mSubDecor != null && ViewCompat.isLaidOut(mSubDecor);
1710 if (mSubDecorInstalled) {

Completed in 21 milliseconds