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
380
* it sets both the subView and
subViewContainer
for the given tab
386
View
subViewContainer
= mActivity.getLayoutInflater().inflate(
388
ViewGroup inner = (ViewGroup)
subViewContainer
392
final ImageButton cancel = (ImageButton)
subViewContainer
401
tab.setSubViewContainer(
subViewContainer
);
408
public void removeSubWindow(View
subviewContainer
) {
409
mContentView.removeView(
subviewContainer
);
Tab.java
[
all
...]
Completed in 115 milliseconds