Searched refs:mIsExpansiveLayout (Results 1 – 1 of 1) sorted by relevance
124 private final boolean mIsExpansiveLayout; field in TwoPaneLayout152 mIsExpansiveLayout = res.getBoolean(R.bool.use_expansive_tablet_ui); in TwoPaneLayout()561 if (mIsExpansiveLayout && foldersParent != this) { in onViewModeChanged()570 } else if (!mIsExpansiveLayout && foldersParent == this) { in onViewModeChanged()624 return !mIsExpansiveLayout && mDrawerInitialSetupComplete; in isDrawerEnabled()628 return mIsExpansiveLayout; in isExpansiveLayout()