HomeSort by relevance Sort by last modified time
    Searched refs: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 25 milliseconds