HomeSort by relevance Sort by last modified time
    Searched defs:ViewPager (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 62 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
64 * There are standard adapters implemented for using fragments with the ViewPager,
73 * <p>Here is a more complicated example of ViewPager, using it in conjuction
75 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
80 public class ViewPager extends ViewGroup {
81 private static final String TAG = "ViewPager";
228 * @see ViewPager#SCROLL_STATE_IDLE
229 * @see ViewPager#SCROLL_STATE_DRAGGING
230 * @see ViewPager#SCROLL_STATE_SETTLING
270 public ViewPager(Context context)
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 153 milliseconds