HomeSort by relevance Sort by last modified time
    Searched refs:TabContentFactory (Results 1 - 25 of 57) sorted by null

1 2 3

  /cts/tests/tests/widget/src/android/widget/cts/
TabHostCtsActivity.java 48 private class MyTabContentFactory implements TabHost.TabContentFactory {
TabHost_TabSpecTest.java 153 // TabContentFactory to create a TextView as the content of the tab.
163 // TabContentFactory to create a ListView as the content of the tab.
175 // TabContentFactory to create a TextView as the content of the tab.
184 // TabContentFactory to create a ListView as the content of the tab.
214 private class MockTabContentFactoryText implements TabHost.TabContentFactory {
222 private class MockTabContentFactoryList implements TabHost.TabContentFactory {
TabHostTest.java 442 private class MyTabContentFactoryText implements TabHost.TabContentFactory {
450 private class MyTabContentFactoryList implements TabHost.TabContentFactory {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs2.java 28 * Example of using a tab content factory for the content via {@link TabHost.TabSpec#setContent(android.widget.TabHost.TabContentFactory)}
33 public class Tabs2 extends TabActivity implements TabHost.TabContentFactory {
Tabs5.java 30 public class Tabs5 extends TabActivity implements TabHost.TabContentFactory {
Tabs6.java 30 public class Tabs6 extends TabActivity implements TabHost.TabContentFactory {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabSpec.java 7 import android.widget.TabHost.TabContentFactory;
97 public android.widget.TabHost.TabSpec setContent(TabContentFactory factory) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java 9 import android.widget.TabHost.TabContentFactory;
72 new TabContentFactory() {
TabHostTest.java 7 import android.widget.TabHost.TabContentFactory;
110 new TabContentFactory() {
  /frameworks/base/core/java/android/widget/
TabHost.java 478 public interface TabContentFactory {
500 * 2) a {@link TabContentFactory} that creates the {@link View} content.
553 * Specify a {@link android.widget.TabHost.TabContentFactory} to use to
556 public TabSpec setContent(TabContentFactory contentFactory) {
729 * How tab content is managed using {@link TabContentFactory}.
734 private TabContentFactory mFactory;
736 public FactoryContentStrategy(CharSequence tag, TabContentFactory factory) {
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java 140 static class DummyTabFactory implements TabHost.TabContentFactory {
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentTabsPager.java 106 static class DummyTabFactory implements TabHost.TabContentFactory {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java 60 static class DummyTabFactory implements TabHost.TabContentFactory {
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 42 import android.widget.TabHost.TabContentFactory;
533 private TabContentFactory mEmptyTabContent = new TabContentFactory() {
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 111 TabContentFactory contentFactory = new TabContentFactory() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 111 static class DummyTabFactory implements TabHost.TabContentFactory {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTabHost.java 210 public TabSpec setContent(TabHost.TabContentFactory factory) {
  /prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/
support-v13-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/
support-v13-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/
support-v13-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/
support-v13-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/
support-v13-19.1.0.jar 
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTabHost.java 78 static class DummyTabFactory implements TabHost.TabContentFactory {
  /frameworks/support/legacy/v13/src/main/java/androidx/legacy/app/
FragmentTabHost.java 68 static class DummyTabFactory implements TabHost.TabContentFactory {
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 695 private TabHost.TabContentFactory mEmptyTabContent = new TabHost.TabContentFactory() {
    [all...]

Completed in 1189 milliseconds

1 2 3