List of usage examples for android.view ViewGroup subclass-usage
From source file com.ericsun.duom.Widget.LazyViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file com.harry.refresh.SwipyRefreshLayout.java
/**
* The SwipeRefreshLayout should be used whenever the user can refresh the
* contents of a view via a vertical swipe gesture. The activity that
* instantiates this view should add an OnRefreshListener to be notified
* whenever the swipe to refresh gesture is completed. The SwipeRefreshLayout
* will notify the listener each and every time the gesture is completed again;
From source file com.actionbarsherlock.sample.hcgallery.CameraFragment.java
/**
* A simple wrapper around a Camera and a SurfaceView that renders a centered
* preview of the Camera to the surface. We need to center the SurfaceView
* because not all devices have cameras that support preview sizes at the same
* aspect ratio as the device's display.
*/
From source file com.chenglong.muscle.ui.LazyViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of
* data. You supply an implementation of a {@link PagerAdapter} to generate the
* pages that the view shows.
* <p>
* <p>
From source file com.android.contacts.list.ContactListItemView.java
/**
* A custom view for an item in the contact list.
* The view contains the contact's photo, a set of text views (for name, status, etc...) and
* icons for presence and call.
* The view uses no XML file for layout and all the measurements and layouts are done
* in the onMeasure and onLayout methods.
From source file com.hiapk.firewall.viewpager.ViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of
* data. You supply an implementation of a {@link PagerAdapter} to generate the
* pages that the view shows.
*
* <p>
From source file com.baidu.zhuanche.view.LazyViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* <p>Note this class is currently under early design and
From source file android.support.v7ox.widget.Toolbar.java
/**
* A standard toolbar for use within application content.
*
* <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
* within application layouts. While an action bar is traditionally part of an
* {@link android.app.Activity Activity's} opaque window decor controlled by the framework,
From source file android.support.v7.widget.Toolbar.java
/**
* A standard toolbar for use within application content.
*
* <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
* within application layouts. While an action bar is traditionally part of an
* {@link android.app.Activity Activity's} opaque window decor controlled by the framework,
From source file com.fjj.wisdomBJ.UI.LazyViewPager.java
/**
* Layout manager that allows the user to flip left and right through pages of
* data. You supply an implementation of a {@link PagerAdapter} to generate the
* pages that the view shows.
*
* <p>