Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneLayout.java125 private boolean mDrawerInitialSetupComplete; field in TwoPaneLayout
153 mDrawerInitialSetupComplete = false; in TwoPaneLayout()
586 mDrawerInitialSetupComplete = true; in onViewModeChanged()
624 return !mIsExpansiveLayout && mDrawerInitialSetupComplete; in isDrawerEnabled()