HomeSort by relevance Sort by last modified time
    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