Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java113 private boolean mIsTwoPaneLayout; field in ContactsListFragment
151 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()
DContactDetailFragment.java87 private boolean mIsTwoPaneLayout; field in ContactDetailFragment
200 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes); in onCreate()
242 if (mIsTwoPaneLayout) { in onCreateView()
357 if (mIsTwoPaneLayout && mContactName != null) { in onLoadFinished()