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

/frameworks/base/core/java/android/widget/
H A DTabHost.java473 public interface TabContentFactory { interface in class:TabHost
495 * 2) a {@link TabContentFactory} that creates the {@link View} content.
548 * Specify a {@link android.widget.TabHost.TabContentFactory} to use to
551 public TabSpec setContent(TabContentFactory contentFactory) {
724 * How tab content is managed using {@link TabContentFactory}.
729 private TabContentFactory mFactory;
731 public FactoryContentStrategy(CharSequence tag, TabContentFactory factory) {

Completed in 59 milliseconds