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.d.dao.zlibrary.basewidgets.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.heaven.base.ui.view.widget.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.esyto.myprostruct.ui.layout.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.felix.swipebackdemo.BaseClass.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 android.support.v7.internal.widget.AbsActionBarView.java

abstract class AbsActionBarView extends ViewGroup {
    private static final Interpolator sAlphaInterpolator = new DecelerateInterpolator();

    private static final int FADE_DURATION = 200;

    protected final VisibilityAnimListener mVisAnimListener = new VisibilityAnimListener();

From source file cn.liuguangqiang.swipeback.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.ghy.baseapp.component.swipeback.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.e.library.widget.ESwipeBackLayout.java

/**
 * Created by lxy on 2016/7/6.
 */
public class ESwipeBackLayout extends ViewGroup {

    public enum DragEdge {

From source file android.support.design.internal.BottomNavigationMenuView.java

/**
 * @hide For internal use only.
 */
@RestrictTo(LIBRARY_GROUP)
public class BottomNavigationMenuView extends ViewGroup implements MenuView {
    private final int mInactiveItemMaxWidth;

From source file com.hengtiansoft.ecommerce.library.view.layout.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.