OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:panehost
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java
114
ViewGroup
paneHost
= (ViewGroup) findViewById(R.id.
paneHost
);
118
int largeIndex =
paneHost
.indexOfChild(largePane);
122
int smallIndex =
paneHost
.indexOfChild(smallPane);
124
paneHost
.removeAllViews();
134
paneHost
.addView(largePane);
135
paneHost
.addView(smallPane);
138
paneHost
.addView(smallPane);
139
paneHost
.addView(largePane);
/packages/experimental/LoaderApp/res/layout/
two_pane.xml
28
<LinearLayout android:id="@+id/
paneHost
"
Completed in 1037 milliseconds