List of usage examples for android.view ViewGroup subclass-usage
From source file com.ab.view.sliding.AbSlidingPageView.java
/**
* 2012 amsoft.cn
* ??AbSlidingPageView.java
* ????,?Touch?.
*
* @author
From source file com.bangqu.eshow.view.sliding.ESSlidingPageView.java
/** * ??,?Touch?. * */ public class ESSlidingPageView extends ViewGroup {
From source file cn.org.eshow.framwork.view.sliding.AbSlidingPageView.java
/** * ??,?Touch?. * */ public class AbSlidingPageView extends ViewGroup {
From source file com.atwal.wakeup.battery.view.SwipeBackLayout.java
/**
* Swipe or Pull to finish a Activity.
* <p/>
* This layout must be a root layout and contains only one direct child view.
* <p/>
* The activity must use a theme that with translucent style.
From source file com.dreamchen.useful.mouserace.view.sliding.AbSlidingPageView.java
/**
* 2012 amsoft.cn
* ??AbSlidingPageView.java
* ????,?Touch?.
*
* @author
From source file com.flym.echo24.view.SwipeRefreshLayout.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.flym.dennikn.view.SwipeRefreshLayout.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.appeaser.sublimepickerlibrary.datepicker.DayPickerView.java
/** * This displays a list of months in a calendar format with selectable days. */ class DayPickerView extends ViewGroup { private static final String TAG = DayPickerView.class.getSimpleName();
From source file com.carlrice.reader.view.SwipeRefreshLayout.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.gcloud.gaadi.chat.SwipeRefreshLayout.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;