HomeSort by relevance Sort by last modified time
    Searched refs:SamplePagerItem (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 45 static class SamplePagerItem {
50 SamplePagerItem(CharSequence title, int indicatorColor, int dividerColor) {
100 * List of {@link SamplePagerItem} which represent this sample's tabs.
102 private List<SamplePagerItem> mTabs = new ArrayList<SamplePagerItem>();
113 mTabs.add(new SamplePagerItem(
119 mTabs.add(new SamplePagerItem(
125 mTabs.add(new SamplePagerItem(
131 mTabs.add(new SamplePagerItem(
198 * created by the relevant {@link SamplePagerItem} for the requested position
    [all...]
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 45 static class SamplePagerItem {
50 SamplePagerItem(CharSequence title, int indicatorColor, int dividerColor) {
100 * List of {@link SamplePagerItem} which represent this sample's tabs.
102 private List<SamplePagerItem> mTabs = new ArrayList<SamplePagerItem>();
113 mTabs.add(new SamplePagerItem(
119 mTabs.add(new SamplePagerItem(
125 mTabs.add(new SamplePagerItem(
131 mTabs.add(new SamplePagerItem(
198 * created by the relevant {@link SamplePagerItem} for the requested position
    [all...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
SlidingTabsColorsFragment.java 45 static class SamplePagerItem {
50 SamplePagerItem(CharSequence title, int indicatorColor, int dividerColor) {
100 * List of {@link SamplePagerItem} which represent this sample's tabs.
102 private List<SamplePagerItem> mTabs = new ArrayList<SamplePagerItem>();
113 mTabs.add(new SamplePagerItem(
119 mTabs.add(new SamplePagerItem(
125 mTabs.add(new SamplePagerItem(
131 mTabs.add(new SamplePagerItem(
198 * created by the relevant {@link SamplePagerItem} for the requested position
    [all...]

Completed in 224 milliseconds