Searched refs:mShouldShowPreviewPanel (Results 1 – 1 of 1) sorted by relevance
89 private final boolean mShouldShowPreviewPanel; field in TwoPaneLayout182 mShouldShowPreviewPanel = res.getBoolean(R.bool.is_tablet_landscape); in TwoPaneLayout()289 if (mTranslatedMode != mCurrentMode && !mShouldShowPreviewPanel) { in onLayout()453 if (mShouldShowPreviewPanel && xEnd != 0) { in onTransitionComplete()569 if (mShouldShowPreviewPanel) {630 return mShouldShowPreviewPanel ? (int) (availWidth * mConversationListWeight) : availWidth;642 return mShouldShowPreviewPanel ? parentWidth - computeConversationListWidth(parentWidth)672 return !ViewMode.isListMode(mCurrentMode) && !mShouldShowPreviewPanel;710 if (mShouldShowPreviewPanel) {773 return mShouldShowPreviewPanel;