HomeSort by relevance Sort by last modified time
    Searched full:contentfactory (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 111 TabContentFactory contentFactory = new TabContentFactory() {
124 addTab(newTabSpec(APPS_TAB_TAG).setIndicator(tabView).setContent(contentFactory));
129 addTab(newTabSpec(WIDGETS_TAB_TAG).setIndicator(tabView).setContent(contentFactory));
  /frameworks/base/core/java/android/widget/
TabHost.java 511 public TabSpec setContent(TabContentFactory contentFactory) {
512 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory);
  /prebuilts/sdk/7/
android.jar 

Completed in 183 milliseconds