Searched defs:TabContentFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabHost.java463 public interface TabContentFactory { interface in class:TabHost
485 * 2) a {@link TabContentFactory} that creates the {@link View} content.
533 * Specify a {@link android.widget.TabHost.TabContentFactory} to use to
536 public TabSpec setContent(TabContentFactory contentFactory) {
704 * How tab content is managed using {@link TabContentFactory}.
709 private TabContentFactory mFactory;
711 public FactoryContentStrategy(CharSequence tag, TabContentFactory factory) {

Completed in 159 milliseconds