Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java114 private boolean mIsTabletLandscape; field in TwoPaneController
218 mIsTabletLandscape = mActivity.getResources().getBoolean(R.bool.is_tablet_landscape); in onCreate()
277 if (mCurrentConversationJustPeeking && !mIsTabletLandscape in restoreConversation()
299 } else if (mCurrentConversationJustPeeking && mIsTabletLandscape) { in restoreConversation()
478 if (mIsTabletLandscape) { in onConversationVisibilityChanged()
631 if (mIsTabletLandscape) { in onConversationFocused()
948 return mIsTabletLandscape; in isTwoPaneLandscape()
954 (mIsTabletLandscape && viewMode == ViewMode.SEARCH_RESULTS_CONVERSATION); in shouldShowSearchBarByDefault()
961 (mIsTabletLandscape && mode == ViewMode.CONVERSATION); in shouldShowSearchMenuItem()
976 if (mIsTabletLandscape) { in setupEmptyIconView()
DActionBarController.java184 final boolean mIsTabletLandscape = in onViewModeChanged()
202 if (mIsTabletLandscape) { in onViewModeChanged()