Searched refs:paneHost (Results 1 – 1 of 1) sorted by relevance
114 ViewGroup paneHost = (ViewGroup) findViewById(R.id.paneHost); in swapPanes() local118 int largeIndex = paneHost.indexOfChild(largePane); in swapPanes()122 int smallIndex = paneHost.indexOfChild(smallPane); in swapPanes()124 paneHost.removeAllViews(); in swapPanes()134 paneHost.addView(largePane); in swapPanes()135 paneHost.addView(smallPane); in swapPanes()138 paneHost.addView(smallPane); in swapPanes()139 paneHost.addView(largePane); in swapPanes()