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.dirkgassen.wator.ui.view.RollingGraphView.java

/**
 * A view that shows a rolling graph. The graph can (currently) either roll off to the left (with new values
 * appearing on the right side) or down (with new values appearing at the top).
 */
public class RollingGraphView extends View {

From source file com.ateam.shippingcity.widget.viewpagerindicator.LinePageIndicator.java

/**
 * Draws a line for each page. The current page line is colored differently
 * than the unselected page lines.
 */
public class LinePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file com.adkdevelopment.e_contact.utils.UnderlinePageIndicator.java

/**
 * Draws a line for each page. The current page line is colored differently
 * than the unselected page lines, added round edges to the indicator by wrapp
 * Fixed deprecated code by Dmytro Karataiev
 */
public class UnderlinePageIndicator extends View implements PageIndicator {

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

/**
 * Draws a line for each page. The current page line is colored differently
 * than the unselected page lines.
 */
public class LinePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file com.dotit.gireve.ihm.viewpager.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 {
    public static final int HORIZONTAL = 0;

From source file com.dragon.lib.IndicatorView.java

/**
 * TODO: document your custom view class.
 */
public class IndicatorView extends View implements Indicator, View.OnTouchListener {

    public final static int CIRCLE = 1;

From source file com.codeim.lib.viewpagerindicator.LinePageIndicator.java

/**
 * Draws a line for each page. The current page line is colored differently
 * than the unselected page lines.
 */
public class LinePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;

From source file com.easemob.easeui.widget.viewpagerindicator.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 {

From source file cn.com.hgh.view.SlideSwitch.java

@TargetApi(Build.VERSION_CODES.HONEYCOMB)
public class SlideSwitch extends View {

    public static final int SHAPE_RECT = 1;
    public static final int SHAPE_CIRCLE = 2;
    private static final int RIM_SIZE = 6;

From source file com.alibaba.akita.widget.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 {
    public static final int HORIZONTAL = 0;