HomeSort by relevance Sort by last modified time
    Searched refs:mIsTwoPaneLayout (Results 1 - 2 of 2) sorted by null

  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 87 private boolean mIsTwoPaneLayout;
200 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes);
242 if (mIsTwoPaneLayout) {
357 if (mIsTwoPaneLayout && mContactName != null) {
ContactsListFragment.java 113 private boolean mIsTwoPaneLayout;
151 mIsTwoPaneLayout = getResources().getBoolean(R.bool.has_two_panes);
225 if (mIsTwoPaneLayout) {
288 if (mIsTwoPaneLayout) {
499 if (mIsTwoPaneLayout && !TextUtils.isEmpty(mSearchTerm) && mSearchQueryChanged) {
    [all...]

Completed in 86 milliseconds