Home
last modified time | relevance | path

Searched refs:mIsExpansiveLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java124 private final boolean mIsExpansiveLayout; field in TwoPaneLayout
152 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()