Searched refs:mIsTwoPaneLayout (Results 1 – 2 of 2) sorted by relevance
113 private boolean mIsTwoPaneLayout; field in ContactsListFragment151 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()225 if (mIsTwoPaneLayout) { in onActivityCreated()288 if (mIsTwoPaneLayout) { in onItemClick()499 if (mIsTwoPaneLayout && !TextUtils.isEmpty(mSearchTerm) && mSearchQueryChanged) { in onLoadFinished()
87 private boolean mIsTwoPaneLayout; field in ContactDetailFragment200 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()242 if (mIsTwoPaneLayout) { in onCreateView()357 if (mIsTwoPaneLayout && mContactName != null) { in onLoadFinished()