List of usage examples for android.view ViewGroup subclass-usage
From source file com.android.hcframe.DraggableGridViewPager.java
/** * ? * ??onLongClickListener. */ public class DraggableGridViewPager extends ViewGroup {
From source file com.doubleTwist.drawerlib.ADrawerLayout.java
public class ADrawerLayout extends ViewGroup { private static final String TAG = "ADrawerLayout"; private final static boolean DEBUG = false; private final static boolean DEBUG_TOUCH = false; View mContent;
From source file com.common.view.slidingfinish.CustomSlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level
* of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
* primary detail view for displaying content.
* <p/>
* <p>Child views may overlap if their combined width exceeds the available width
From source file com.guo.material.widget.SlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level
* of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
* primary detail view for displaying content.
*
* <p>Child views may overlap if their combined width exceeds the available width
From source file cn.zmdx.kaka.locker.widget.SlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top
* level of a UI. A left (or first) pane is treated as a content list or
* browser, subordinate to a primary detail view for displaying content.
* <p>
* Child views may overlap if their combined width exceeds the available width
From source file com.hippo.refreshlayout.RefreshLayout.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.custom.widget.VerticalDrawerLayout.java
/**
* VerticalDrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file com.devabit.takestock.ui.widget.FlexboxLayout.java
/**
* A layout that arranges its children in a way its attributes can be specified like the
* CSS Flexible Box Layout Module.
* This class extends the {@link ViewGroup} like other layout classes such as {@link LinearLayout}
* or {@link RelativeLayout}, the attributes can be specified from a layout XML or from code.
*
From source file com.example.verticaldrawerlayout.VerticalDrawerLayout.java
/**
* DrawerLayout acts as a top-level container for window content that allows for
* interactive "drawer" views to be pulled out from the edge of the window.
*
* <p>
* Drawer positioning and layout is controlled using the
From source file com.abewy.android.apps.klyph.messenger.widget.SlidingPaneLayout.java
/**
* SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level
* of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
* primary detail view for displaying content.
*
* <p>Child views may overlap if their combined width exceeds the available width