OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabContentFactory
(Results
1 - 25
of
40
) sorted by null
1
2
/cts/tests/src/android/widget/cts/
TabHostStubActivity.java
49
private class MyTabContentFactory 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
() {
/cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java
140
//
TabContentFactory
to create a TextView as the content of the tab.
150
//
TabContentFactory
to create a ListView as the content of the tab.
161
//
TabContentFactory
to create a TextView as the content of the tab.
170
//
TabContentFactory
to create a ListView as the content of the tab.
201
private class MockTabContentFactoryText implements TabHost.
TabContentFactory
{
209
private class MockTabContentFactoryList implements TabHost.
TabContentFactory
{
TabHostTest.java
375
private class MyTabContentFactoryText implements TabHost.
TabContentFactory
{
383
private class MyTabContentFactoryList implements TabHost.
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
463
public interface
TabContentFactory
{
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) {
/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
() {
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java
117
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
/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/apps/Settings/src/com/android/settings/
DataUsageSummary.java
125
import android.widget.TabHost.
TabContentFactory
;
658
private
TabContentFactory
mEmptyTabContent = new
TabContentFactory
() {
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
Completed in 989 milliseconds
1
2