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 cc.kenai.common.AnimatedSvgView.java

public class AnimatedSvgView extends View {

    private static final String TAG = "AnimatedSvgView";

    private int mTraceTime = 2000;
    private int mTraceTimePerGlyph = 1000;

From source file com.doomonafireball.betterpickers.widget.UnderlinePageIndicatorPicker.java

/**
 * Draws a line for each page. The current page line is colored differently than the unselected page lines.
 */
public class UnderlinePageIndicatorPicker extends View implements PageIndicator {

    private int mColorUnderline;

From source file com.android.yijiang.kzx.widget.betterpickers.widget.UnderlinePageIndicatorPicker.java

/**
 * Draws a line for each page. The current page line is colored differently than the unselected page lines.
 */
public class UnderlinePageIndicatorPicker extends View implements PageIndicator {

    private int mColorUnderline;

From source file com.cyou.cma.clockscreen.widget.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.smart.able2include.SimpleTextOverlayView.java

public class SimpleTextOverlayView extends View {
    private LinearLayout mLandscapeView;
    private LinearLayout myPortraitView;
    private Context mServiceContext;
    private WindowManager wm;
    private boolean mOnTop = false;

From source file jp.co.ipublishing.esnavi.views.MarqueeView.java

/**
 * ??
 */
public class MarqueeView extends View {
    private static final String TAG = "MarqueeView";

From source file banner.edgar.com.banner.UnderlinePageIndicator.java

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

From source file com.daitu_liang.study.mytest.svg.AnimatedSvgView.java

public class AnimatedSvgView extends View {

    private static final String TAG = "AnimatedSvgView";

    private int mTraceTime = 2000;
    private int mTraceTimePerGlyph = 5000;

From source file com.dangchienhsgs.giffus.dialogs.widget.UnderlinePageIndicatorPicker.java

/**
 * Draws a line for each page. The current page line is colored differently than the unselected page lines.
 */
public class UnderlinePageIndicatorPicker extends View implements PageIndicator {

    private static final int INVALID_POINTER = -1;

From source file com.manning.androidhacks.hack007.view.Rectangle.java

public class Rectangle extends View {
    public static final int MAX_SIZE = 40;
    private static final int ALPHA = 255;
    private int mCoordX = 0;
    private int mCoordY = 0;
    private int mRealSize = 40;