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
57
) 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
369
private class MyTabContentFactoryText implements TabHost.
TabContentFactory
{
377
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
438
public interface
TabContentFactory
{
460
* 2) a {@link
TabContentFactory
} that creates the {@link View} content.
508
* Specify a {@link android.widget.TabHost.
TabContentFactory
} to use to
511
public TabSpec setContent(
TabContentFactory
contentFactory) {
679
* How tab content is managed using {@link
TabContentFactory
}.
684
private
TabContentFactory
mFactory;
686
public FactoryContentStrategy(CharSequence tag,
TabContentFactory
factory) {
/packages/apps/Settings/src/com/android/settings/
IccLockSettings.java
40
import android.widget.TabHost.
TabContentFactory
;
508
private
TabContentFactory
mEmptyTabContent = new
TabContentFactory
() {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java
50
import android.widget.TabHost.
TabContentFactory
;
469
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
{
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
TabsAdapter.java
60
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
63
import android.widget.TabHost.
TabContentFactory
;
409
private
TabContentFactory
mEmptyTabContent = new
TabContentFactory
() {
[
all
...]
Completed in 500 milliseconds
1
2
3