Searched refs:subViewContainer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBaseUi.java409 * 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);
H A DTab.java1571 void setSubViewContainer(View subViewContainer) { argument
1572 mSubViewContainer = subViewContainer;

Completed in 46 milliseconds