Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DHomeGroupsXLarge.java60 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()
[all …]