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.cuelogic.android.WheelIndicatorView.java

/**
 * Displays a graphic in style with Google Fit Application.
 *
 * @author David Lzaro.
 * @attr ref android.R.styleable#itemsLineWidth the width of the wheel indicator lines
 * @attr ref android.R.styleable#backgroundColor color for the inner circle

From source file com.cheng.animationstudy.customview.bagrefresh.BGAStickinessRefreshView.java

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

From source file cn.bingoogolapple.refreshlayout.BGAStickinessRefreshView.java

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

From source file com.doomonafireball.betterpickers.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 co.paulburke.android.textviewpager.TextViewPagerIndicator.java

/**
 * Customized UnderlinePageIndicator from the ViewPageIndicator library that
 * emulates a scroll bar based on the orientation of the
 * {@link DirectionalViewPager} it's connected to.
 *
 * @author Jake Wharton

From source file at.alladin.rmbt.android.map.overlay.RMBTBalloonOverlayView.java

public class RMBTBalloonOverlayView extends View {
    private static final String DEBUG_TAG = "RMBTBalloonOverlayView";

    //    private TextView title;
    private JSONArray resultItems;
    private Context context;

From source file com.crs4.roodin.moduletester.CustomView.java

/**
 * 
 *  *       drawRect(NW.x, NW.y, SE.x, SE.y)    
 *                   X ---->             
  |-----------------------------------|    
  |         |         |         |

From source file br.org.funcate.dynamicforms.views.GTimeView.java

/**
 * A custom time view.
 * 
 * @author Andrea Antonello (www.hydrologis.com)
 */
public class GTimeView extends View implements GView {

From source file br.org.funcate.dynamicforms.views.GDateView.java

/**
 * A custom date view.
 * 
 * @author Andrea Antonello (www.hydrologis.com)
 */
public class GDateView extends View implements GView {

From source file com.codetroopers.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;