OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionsPagerAdapter
(Results
1 - 4
of
4
) sorted by null
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java
43
SectionsPagerAdapter
mSectionsPagerAdapter;
78
mSectionsPagerAdapter = new
SectionsPagerAdapter
(getActivity().getSupportFragmentManager());
122
public class
SectionsPagerAdapter
extends FragmentPagerAdapter {
124
public
SectionsPagerAdapter
(FragmentManager fm) {
/developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter;
39
* <p>A {@link
SectionsPagerAdapter
} will be instantiated to hold the different pages of
64
mSectionsPagerAdapter = new
SectionsPagerAdapter
(getSupportFragmentManager());
131
public class
SectionsPagerAdapter
extends FragmentPagerAdapter {
134
public
SectionsPagerAdapter
(FragmentManager fm) {
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter;
39
* <p>A {@link
SectionsPagerAdapter
} will be instantiated to hold the different pages of
64
mSectionsPagerAdapter = new
SectionsPagerAdapter
(getSupportFragmentManager());
131
public class
SectionsPagerAdapter
extends FragmentPagerAdapter {
134
public
SectionsPagerAdapter
(FragmentManager fm) {
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter;
39
* <p>A {@link
SectionsPagerAdapter
} will be instantiated to hold the different pages of
64
mSectionsPagerAdapter = new
SectionsPagerAdapter
(getSupportFragmentManager());
131
public class
SectionsPagerAdapter
extends FragmentPagerAdapter {
134
public
SectionsPagerAdapter
(FragmentManager fm) {
Completed in 210 milliseconds