Lines Matching refs:ViewPager
14 <li><a href="#viewpager">Load Bitmaps into a ViewPager Implementation</a></li>
37 bitmaps into {@link android.support.v4.view.ViewPager} and {@link android.widget.GridView}
41 <h2 id="viewpager">Load Bitmaps into a ViewPager Implementation</h2>
45 android.support.v4.view.ViewPager} component backed by a {@link
48 state of the {@link android.app.Fragment Fragments} in the {@link android.support.v4.view.ViewPager}
56 <p>Here’s an implementation of a {@link android.support.v4.view.ViewPager} with {@link
58 android.support.v4.view.ViewPager} and the adapter:</p>
65 private ViewPager mPager;
67 // A static dataset to back the ViewPager adapter
76 setContentView(R.layout.image_detail_pager); // Contains just a ViewPager
79 mPager = (ViewPager) findViewById(R.id.pager);
218 android.support.v4.view.ViewPager} implementation with minimal image loading latency and the ability