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.baoyz.bigbang.BigBangLayout.java

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

    private int mLineSpace;

From source file com.example.michaelg.myapplication.Item.discreteseekbar.internal.Marker.java

/**
 * {@link android.view.ViewGroup} to be used as the real indicator.
 * <p>
 * I've used this to be able to accommodate the TextView
 * and the {@link com.example.michaelg.myapplication.Item.discreteseekbar.internal.drawable.MarkerDrawable}
 * with the required positions and offsets

From source file com.android.printspooler.widget.PrintContentView.java

/**
 * This class is a layout manager for the print screen. It has a sliding
 * area that contains the print options. If the sliding area is open the
 * print options are visible and if it is closed a summary of the print
 * job is shown. Under the sliding area there is a place for putting
 * arbitrary content such as preview, error message, progress indicator,

From source file android.support.v7.widget.AbsActionBarView.java

abstract class AbsActionBarView extends ViewGroup {
    private static final int FADE_DURATION = 200;

    protected final VisibilityAnimListener mVisAnimListener = new VisibilityAnimListener();

    /** Context against which to inflate popup menus. */

From source file cn.jay.widget.BottomNavigationMenuView.java

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

From source file com.acious.android.paginationseekbar.internal.Marker.java

public class Marker extends ViewGroup implements MarkerDrawable.MarkerAnimationListener {
    private static final int PADDING_DP = 4;
    private static final int ELEVATION_DP = 8;
    private static final int SEPARATION_DP = 30;
    //The TextView to show the info
    private TextView mNumber;

From source file com.doomy.library.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.doomy.library.Internal.Drawable.MarkerDrawable}
 * with the required positions and offsets

From source file com.example.mr_holmes.slidingbartest.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 org.adw.library.widgets.discreteseekbar.internal.drawable.MarkerDrawable}
 * with the required positions and offsets

From source file android.support.v7ox.widget.AbsActionBarView.java

abstract class AbsActionBarView extends ViewGroup {
    private static final int FADE_DURATION = 200;

    protected final VisibilityAnimListener mVisAnimListener = new VisibilityAnimListener();

    /** Context against which to inflate popup menus. */

From source file com.hezaijin.advance.widgets.view.progress.internal.Marker.java

/**
 * {@link ViewGroup} to be used as the real indicator.
 * <p>
 * I've used this to be able to acomodate the TextView
 * and the {@link MarkerDrawable}
 * with the required positions and offsets