Home | History | Annotate | Download | only in loaderapp

Lines Matching full:smallpane

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