OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSectionsPagerAdapter
(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());
82
mViewPager.setAdapter(
mSectionsPagerAdapter
);
95
for (int i = 0; i <
mSectionsPagerAdapter
.getCount(); i++) {
100
actionBar.addTab(actionBar.newTab().setText(
mSectionsPagerAdapter
.getPageTitle(i))
/developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter
;
64
mSectionsPagerAdapter
= new SectionsPagerAdapter(getSupportFragmentManager());
68
mViewPager.setAdapter(
mSectionsPagerAdapter
);
84
for (int i = 0; i <
mSectionsPagerAdapter
.getCount(); i++) {
90
.setText(
mSectionsPagerAdapter
.getPageTitle(i))
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter
;
64
mSectionsPagerAdapter
= new SectionsPagerAdapter(getSupportFragmentManager());
68
mViewPager.setAdapter(
mSectionsPagerAdapter
);
84
for (int i = 0; i <
mSectionsPagerAdapter
.getCount(); i++) {
90
.setText(
mSectionsPagerAdapter
.getPageTitle(i))
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java
28
SectionsPagerAdapter
mSectionsPagerAdapter
;
64
mSectionsPagerAdapter
= new SectionsPagerAdapter(getSupportFragmentManager());
68
mViewPager.setAdapter(
mSectionsPagerAdapter
);
84
for (int i = 0; i <
mSectionsPagerAdapter
.getCount(); i++) {
90
.setText(
mSectionsPagerAdapter
.getPageTitle(i))
Completed in 559 milliseconds