Searched defs:TabContentFactory (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 48 milliseconds