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.dmallcott.progressfloatingactionbutton.ProgressView.java

/**
 * Progress indicator behind the Floating Action Button.
 */
public class ProgressView extends View {

    public int mTotalProgress;

From source file airfree.xprojets.airfree.PinView.java

/**
 * Represents a thumb in the RangeBar slider. This is the handle for the slider
 * that is pressed and slid.
 */
class PinView extends View {

From source file br.com.mauker.materialseekbar.PinView.java

/**
 * Represents a thumb in the RangeBar slider. This is the handle for the slider
 * that is pressed and slid.
 */
public class PinView extends View {

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

public class DrawView extends View {
    private Rectangle mRectangle;
    public int width;
    public int height;

    public DrawView(Context context) {

From source file com.augustopicciani.drawablepageindicator.widget.DrawablePagerIndicator.java

/**
 * @author Augusto 27/10/2015
 */

public class DrawablePagerIndicator extends View implements PageIndicator {
    private int imageSpacing;

From source file com.blogspot.ksoichiro.viewIndicator.ViewIndicator.java

/**
 * View which has circle-formed page indicator.
 * 
 * @author ksoichiro
 */
public class ViewIndicator extends View {

From source file cn.refactor.ultraindicator.lib.UltraIndicatorView.java

/**
 * Create by andy (https://github.com/andyxialm)
 * Create time: 16/8/25 23:56
 * Description : indicator view
 */
public class UltraIndicatorView extends View implements ViewPager.OnPageChangeListener {

From source file com.dgmltn.ranger.internal.PinView.java

/**
 * Represents a thumb in the RangeBar slider. This is the handle for the slider
 * that is pressed and slid.
 */
public class PinView extends View {
    //private static final String TAG = PbLog.TAG("PinView");

From source file com.beijing.fun.view.refreshLayout.BGAStickinessRefreshView.java

/**
 * : :bingoogolapple@gmail.com
 * :15/5/21 22:34
 * ??:?
 */
public class BGAStickinessRefreshView extends View {

From source file com.beijing.navi.view.refreshLayout.BGAStickinessRefreshView.java

/**
 * : :bingoogolapple@gmail.com
 * :15/5/21 22:34
 * ??:?
 */
public class BGAStickinessRefreshView extends View {