List of usage examples for android.view ViewGroup subclass-usage
From source file com.gdgl.util.SlideMenu.java
/**
* Swipe left/right to show the hidden menu behind the content view, Use
* {@link ScrollDetector} to custom the rule of MotionEvent intercept
*
* @author Tank
*
From source file com.android.support.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 ca.mymenuapp.ui.widgets.SlidingUpPanelLayout.java
public class SlidingUpPanelLayout extends ViewGroup { private static final String TAG = SlidingUpPanelLayout.class.getSimpleName(); /** * Default peeking out panel height
From source file com.aigo.kt03airdemo.ui.view.ResideLayout.java
public class ResideLayout extends ViewGroup { private static final String TAG = "ResideLayout"; /** * Default size of the overhang for a pane in the open state. * At least this much of a sliding pane will remain visible.
From source file com.betterclever.aparoksha.utils.ResideLayout.java
public class ResideLayout extends ViewGroup { private static final String TAG = "ResideLayout"; /** * Default size of the overhang for a pane in the open state. * At least this much of a sliding pane will remain visible.
From source file cn.usmaker.ben.view.refresh.NeuSwipeRefreshLayout.java
public class NeuSwipeRefreshLayout extends ViewGroup { // Maps to ProgressBar.Large style public static final int LARGE = NeuMaterialProgressDrawable.LARGE; // Maps to ProgressBar default style public static final int DEFAULT = NeuMaterialProgressDrawable.DEFAULT; private static final float MAX_SWIPE_DISTANCE_FACTOR = .6f;
From source file com.hengye.swiperefresh.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.bcgtgjyb.huanwen.meizi.view.widget.MySwipeRefreshLayout.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.hao.mypackagetracker.support.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.bright.cloudutils.view.ResideLayout.java
/**
* xml resideLayout??2Content?menu<br/>
* PanelSlideListener????onPanelSlideonPanelOpenedonPanelClosed<br/>
*
* @author Bright-?
* @ClassName ResideLayout