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

1 2 3

  /cts/tests/tests/widget/src/android/widget/cts/
TabHostCtsActivity.java 49 private class MyTabContentFactory implements TabHost.TabContentFactory {
TabHost_TabSpecTest.java 139 // TabContentFactory to create a TextView as the content of the tab.
149 // TabContentFactory to create a ListView as the content of the tab.
160 // TabContentFactory to create a TextView as the content of the tab.
169 // TabContentFactory to create a ListView as the content of the tab.
200 private class MockTabContentFactoryText implements TabHost.TabContentFactory {
208 private class MockTabContentFactoryList implements TabHost.TabContentFactory {
TabHostTest.java 376 private class MyTabContentFactoryText implements TabHost.TabContentFactory {
384 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/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/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() {
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 40 import android.widget.TabHost.TabContentFactory;
486 private TabContentFactory mEmptyTabContent = new TabContentFactory() {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 54 import android.widget.TabHost.TabContentFactory;
412 private TabContentFactory mEmptyTabContent = new TabContentFactory() {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabsPager.java 105 static class DummyTabFactory implements TabHost.TabContentFactory {
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java 140 static class DummyTabFactory implements TabHost.TabContentFactory {
  /frameworks/base/core/java/android/widget/
TabHost.java 470 public interface TabContentFactory {
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) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java 61 static class DummyTabFactory implements TabHost.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 {
  /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/v13/java/android/support/v13/app/
FragmentTabHost.java 66 static class DummyTabFactory implements TabHost.TabContentFactory {
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 74 static class DummyTabFactory implements TabHost.TabContentFactory {
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 65 import android.widget.TabHost.TabContentFactory;
408 private TabContentFactory mEmptyTabContent = new TabContentFactory() {
    [all...]

Completed in 530 milliseconds

1 2 3