Searched refs:largePane (Results 1 – 1 of 1) sorted by relevance
61 xact.add(R.id.largePane, contactsList); in onCreate()71 return (ContactsListFragment) findFragmentById(R.id.largePane); in getContactsList()104 xact.add(R.id.largePane, details); in onContactSelected()108 xact.replace(R.id.largePane, details); in onContactSelected()116 View largePane = findViewById(R.id.largePane); in swapPanes() local117 ViewGroup.LayoutParams largeParams = largePane.getLayoutParams(); in swapPanes()118 int largeIndex = paneHost.indexOfChild(largePane); in swapPanes()126 largePane.setId(R.id.smallPane); in swapPanes()127 largePane.setLayoutParams(smallParams); in swapPanes()129 smallPane.setId(R.id.largePane); in swapPanes()[all …]