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.appndroid.ipl2013.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file com.baoyz.bigbang.core.BigBangLayout.java

/**
 * Created by baoyongzhang on 2016/10/19.
 */
public class BigBangLayout extends ViewGroup implements BigBangActionBar.ActionListener, NestedScrollingChild {

    private int mLineSpace;

From source file be.ugent.zeus.hydra.ui.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";
    private SwipeyTabsAdapter mAdapter;
    private int mCurrentPos = -1;
    // height of the bar at the bottom of the tabs

From source file com.flashgugu.library.widgets.paginationseekbar.internal.Marker.java

/**
 * {@link android.view.ViewGroup} to be used as the real indicator.
 * <p>
 * I've used this to be able to acomodate the TextView
 * and the {@link com.flashgugu.library.widgets.paginationseekbar.internal.drawable.MarkerDrawable}
 * with the required positions and offsets

From source file be.ugent.zeus.resto.client.ui.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";
    private SwipeyTabsAdapter mAdapter;
    private int mCurrentPos = -1;
    // height of the bar at the bottom of the tabs

From source file com.ezmeal.swipeytabs.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file com.aakash.swipeytabs.SwipeyTabs.java

public class SwipeyTabs extends ViewGroup implements OnPageChangeListener {

    protected final String TAG = "SwipeyTabs";

    private SwipeyTabsAdapter mAdapter;

From source file com.bob.digcsdn.util.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.bob.digcsdn.utils.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.base.widget.SwipeBackLayout.java

public class SwipeBackLayout extends ViewGroup {

    private static final String TAG = "SwipeBackLayout";

    public enum DragEdge {
        LEFT,