HomeSort by relevance Sort by last modified time
    Searched full:smallpane (Results 1 - 2 of 2) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 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)
    [all...]
  /packages/experimental/LoaderApp/res/layout/
two_pane.xml 34 <FrameLayout android:id="@+id/smallPane"

Completed in 833 milliseconds