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 410 * it sets both the subView and subViewContainer for the given tab
416 View subViewContainer = mActivity.getLayoutInflater().inflate(
418 ViewGroup inner = (ViewGroup) subViewContainer
422 final ImageButton cancel = (ImageButton) subViewContainer
432 tab.setSubViewContainer(subViewContainer);
439 public void removeSubWindow(View subviewContainer) {
440 mContentView.removeView(subviewContainer);
Tab.java     [all...]

Completed in 852 milliseconds