Example usage for android.view View subclass-usage

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

Introduction

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

Usage

From source file com.anjuke.library.uicomponent.photo.EndlessCircleIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class EndlessCircleIndicator extends View implements ViewPager.OnPageChangeListener {
    private static final int INVALID_POINTER = -1;

From source file com.ebaonet.pharmacy.view.infiniteviewpager.indicator.CirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class CirclePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file com.desperado.customerlib.view.infiniteviewpager.indicator.CirclePageIndicator.java

/**
 * CirclePagerIndicator
 */
public class CirclePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file android.support.v7.app.MediaRouteButton.java

/**
 * The media route button allows the user to select routes and to control the
 * currently selected route.
 * <p>
 * The application must specify the kinds of routes that the user should be allowed
 * to select by specifying a {@link MediaRouteSelector selector} with the

From source file com.pseudosudostudios.jdd.views.Grid.java

public class Grid extends View {
    //Constants
    public static int tileSize = -1;
    public static final double tilePercent = .25D;

    public static final int divisions = 12;

From source file android.support.wear.widget.drawer.PageIndicatorView.java

/**
 * A page indicator for {@link ViewPager} based on {@link
 * android.support.wear.view.DotsPageIndicator} which identifies the current page in relation to
 * all available pages. Pages are represented as dots. The current page can be highlighted with a
 * different color or size dot.
 *

From source file cn.edu.pkusz.battery.indicator.CirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class CirclePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file com.commonsware.cwac.mediarouter.app.MediaRouteButton.java

/**
 * The media route button allows the user to select routes and to control the
 * currently selected route.
 * <p>
 * The application must specify the kinds of routes that the user should be allowed
 * to select by specifying a {@link MediaRouteSelector selector} with the

From source file androidx.mediarouter.app.MediaRouteButton.java

/**
 * The media route button allows the user to select routes and to control the
 * currently selected route.
 * <p>
 * The application must specify the kinds of routes that the user should be allowed
 * to select by specifying a {@link MediaRouteSelector selector} with the

From source file com.bestdo.bestdoStadiums.control.view.CirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class CirclePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;