Lines Matching refs:smallPane
60 xact.add(R.id.smallPane, groupsList); in onCreate()
73 return (ContactsListFragment) findFragmentById(R.id.smallPane); in getContactsList()
103 xact.remove(findFragmentById(R.id.smallPane)); in onContactSelected()
120 View smallPane = findViewById(R.id.smallPane); in swapPanes() local
121 ViewGroup.LayoutParams smallParams = smallPane.getLayoutParams(); in swapPanes()
122 int smallIndex = paneHost.indexOfChild(smallPane); in swapPanes()
126 largePane.setId(R.id.smallPane); in swapPanes()
129 smallPane.setId(R.id.largePane); in swapPanes()
130 smallPane.setLayoutParams(largeParams); in swapPanes()
135 paneHost.addView(smallPane); in swapPanes()
138 paneHost.addView(smallPane); in swapPanes()