Searched refs:isTwoPaneLandscape (Results 1 – 5 of 5) sorted by relevance
682 if (!isTwoPaneLandscape() || autoAdvance != AutoAdvance.LIST) { in doShowNextConversation()782 if (isTwoPaneLandscape() && !preventClose) { in popView()813 if (isTwoPaneLandscape()) { in onPreMarkUnread()825 if (!mViewMode.isAdMode() && mCurrentConversation == null && isTwoPaneLandscape() in perhapsShowFirstConversation()947 public boolean isTwoPaneLandscape() { in isTwoPaneLandscape() method in TwoPaneController
33 public boolean isTwoPaneLandscape(); in isTwoPaneLandscape() method
251 return mController.isTwoPaneLandscape() && in shouldAlignWithTl()
542 public boolean isTwoPaneLandscape() { in isTwoPaneLandscape() method in OnePaneController
1215 final boolean isTwoPaneLand = mNavigationController.isTwoPaneLandscape(); in onKey()