Example usage for android.view ViewGroup subclass-usage

List of usage examples for android.view ViewGroup subclass-usage

Introduction

In this page you can find the example usage for android.view ViewGroup subclass-usage.

Usage

From source file com.ab.view.slidingmenu.CustomViewAbove.java

/**
 * The Class CustomViewAbove.
 */
public class CustomViewAbove extends ViewGroup {

    /** The Constant TAG. */

From source file com.cyan.widget.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.bangqu.eshow.view.slidingmenu.CustomViewAbove.java

/**
 * The Class CustomViewAbove.
 */
public class CustomViewAbove extends ViewGroup {

    /** The Constant TAG. */

From source file com.callba.phone.widget.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 cn.org.eshow.framwork.view.slidingmenu.CustomViewAbove.java

/**
 * The Class CustomViewAbove.
 */
public class CustomViewAbove extends ViewGroup {

    /** The Constant TAG. */

From source file com.grottworkshop.gwsmaterialcalendarview.MaterialCalendarView.java

/**
 * <p>
 * This class is a calendar widget for displaying and selecting dates.
 * The range of dates supported by this calendar is configurable.
 * A user can select a date by taping on it and can page the calendar to a desired date.
 * </p>

From source file com.dreamchen.useful.mouserace.view.slidemenu.CustomViewAbove.java

/**
 * The Class CustomViewAbove.
 */
public class CustomViewAbove extends ViewGroup {

    /** The Constant TAG. */

From source file com.hippo.drawerlayout.DrawerLayout.java

@SuppressLint("RtlHardcoded")
public class DrawerLayout extends ViewGroup
        implements ValueAnimator.AnimatorUpdateListener, Animator.AnimatorListener {

    @IntDef({ STATE_CLOSED, STATE_SLIDING, STATE_OPEN })
    @Retention(RetentionPolicy.SOURCE)

From source file com.cyanogenmod.filemanager.ui.widgets.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.androidhuman.circlerefreshlayout.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;