OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subviewcontainer
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
BaseUi.java
409
* it sets both the subView and
subViewContainer
for the given tab
415
View
subViewContainer
= mActivity.getLayoutInflater().inflate(
417
ViewGroup inner = (ViewGroup)
subViewContainer
421
final ImageButton cancel = (ImageButton)
subViewContainer
431
tab.setSubViewContainer(
subViewContainer
);
438
public void removeSubWindow(View
subviewContainer
) {
439
mContentView.removeView(
subviewContainer
);
Tab.java
[
all
...]
Completed in 43 milliseconds