List of usage examples for android.view ViewGroup subclass-usage
From source file com.actionbarsherlock.custom.widget.ContentDrawerLayout.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 <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file com.actionbarsherlock.custom.widget.DrawerLayout.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 <code>android:layout_gravity</code>
* attribute on child views corresponding to which side of the view you want the drawer
From source file com.example.yangchenghuan.view.DraggableGridViewPager.java
/** * yangchenghuan * ?? * 2015/11/20 */ public class DraggableGridViewPager extends ViewGroup {
From source file com.example.yangchenghuan.myView.DraggableGridViewPager.java
/** * yangchenghuan * ?? * 2015/11/20 */ public class DraggableGridViewPager extends ViewGroup {
From source file com.aviary.android.feather.widget.AviaryWorkspace.java
public class AviaryWorkspace extends ViewGroup { private static final int INVALID_SCREEN = -1; public static final int OVER_SCROLL_NEVER = 0; public static final int OVER_SCROLL_ALWAYS = 1; public static final int OVER_SCROLL_IF_CONTENT_SCROLLS = 2;
From source file com.aviary.android.feather.sdk.widget.AviaryWorkspace.java
public class AviaryWorkspace extends ViewGroup { private static final int INVALID_SCREEN = -1; public static final int OVER_SCROLL_NEVER = 0; public static final int OVER_SCROLL_ALWAYS = 1; public static final int OVER_SCROLL_IF_CONTENT_SCROLLS = 2;
From source file com.ebaonet.lawyer.ui.weight.DraggableGridViewPager.java
/** * Zaker style grid view pager, support dragging & rearrange, using as zaker's * main screen. */ public class DraggableGridViewPager extends ViewGroup { private static final String TAG = "DraggableGridViewPager";
From source file cn.emagsoftware.ui.BugFixedSlidingPaneLayout.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.cooper.redditvideo.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.actionbarsherlock.internal.widget.IcsAdapterView.java
/**
* An AdapterView is a view whose children are determined by an {@link Adapter}.
*
* <p>
* See {@link ListView}, {@link GridView}, {@link Spinner} and
* {@link Gallery} for commonly used subclasses of AdapterView.