OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DummySectionFragment
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
149
// Return a
DummySectionFragment
(defined as a static inner class
151
Fragment fragment = new
DummySectionFragment
();
153
args.putInt(
DummySectionFragment
.ARG_SECTION_NUMBER, position + 1);
199
public static class
DummySectionFragment
extends Fragment {
206
public
DummySectionFragment
() {
/developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
149
// Return a
DummySectionFragment
(defined as a static inner class
151
Fragment fragment = new
DummySectionFragment
();
153
args.putInt(
DummySectionFragment
.ARG_SECTION_NUMBER, position + 1);
199
public static class
DummySectionFragment
extends Fragment {
206
public
DummySectionFragment
() {
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java
149
// Return a
DummySectionFragment
(defined as a static inner class
151
Fragment fragment = new
DummySectionFragment
();
153
args.putInt(
DummySectionFragment
.ARG_SECTION_NUMBER, position + 1);
199
public static class
DummySectionFragment
extends Fragment {
206
public
DummySectionFragment
() {
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java
127
Fragment fragment = new
DummySectionFragment
();
129
args.putInt(
DummySectionFragment
.ARG_SECTION_NUMBER, i + 1);
190
public static class
DummySectionFragment
extends Fragment {
Completed in 1167 milliseconds