Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
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()