OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentfactory
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
111
TabContentFactory
contentFactory
= new TabContentFactory() {
124
addTab(newTabSpec(APPS_TAB_TAG).setIndicator(tabView).setContent(
contentFactory
));
129
addTab(newTabSpec(WIDGETS_TAB_TAG).setIndicator(tabView).setContent(
contentFactory
));
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java
117
TabContentFactory
contentFactory
= new TabContentFactory() {
130
addTab(newTabSpec(APPS_TAB_TAG).setIndicator(tabView).setContent(
contentFactory
));
135
addTab(newTabSpec(WIDGETS_TAB_TAG).setIndicator(tabView).setContent(
contentFactory
));
/libcore/luni/src/main/java/java/net/
URLConnection.java
810
* @param
contentFactory
815
public static synchronized void setContentHandlerFactory(ContentHandlerFactory
contentFactory
) {
819
contentHandlerFactory =
contentFactory
;
[
all
...]
/frameworks/base/core/java/android/widget/
TabHost.java
536
public TabSpec setContent(TabContentFactory
contentFactory
) {
537
mContentStrategy = new FactoryContentStrategy(mTag,
contentFactory
);
/prebuilts/sdk/7/
android.jar
Completed in 377 milliseconds