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.borax12.materialdaterangepicker.date.MonthView.java

/**
 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
 * within the specified month.
 */
public abstract class MonthView extends View {
    private static final String TAG = "MonthView";

From source file com.atobo.safecoo.view.coverflow.CoverFlowView.java

/**
 * 
 * @author dolphinWang
 * @time 2013-11-29
 * 
 */

From source file com.bridgelabz.appystore.librarycarosal.CoverFlowView.java

/**
 * @author dolphinWang
 * @time 2013-11-29
 */
public class CoverFlowView<T extends CoverFlowAdapter> extends View {

From source file com.borax12.materialdaterangepicker.multi.date.MonthView.java

/**
 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
 * within the specified month.
 */
public abstract class MonthView extends View {
    private static final String TAG = "MonthView";

From source file am.widget.basetabstrip.BaseTabStrip.java

/**
 * BasePagerTabStrip ViewPager?
 *
 * @author Alex
 */
public abstract class BaseTabStrip extends View {

From source file com.applite.interactivechart.InteractiveLineGraphView.java

/**
 * A view representing a simple yet interactive line chart for the function <code>x^3 - x/4</code>.
 * <p>
 * This view isn't all that useful on its own; rather it serves as an example of how to correctly
 * implement these types of gestures to perform zooming and scrolling with interesting content
 * types.

From source file com.bw.luzz.monkeyapplication.View.DateTimePicker.date.MonthView.java

/**
 * A calendar-like view displaying a specified month and the appropriate selectable day numbers
 * within the specified month.
 */
public abstract class MonthView extends View {
    private static final String TAG = "MonthView";

From source file cn.androidy.materialdesignsample.interactivechart.InteractiveLineGraphView.java

/**
 * A view representing a simple yet interactive line chart for the function <code>x^3 - x/4</code>.
 * <p>
 * This view isn't all that useful on its own; rather it serves as an example of how to correctly
 * implement these types of gestures to perform zooming and scrolling with interesting content
 * types.

From source file cn.androidy.androiddevelopmentpatterns.interactivechart.InteractiveLineGraphView.java

/**
 * A view representing a simple yet interactive line chart for the function <code>x^3 - x/4</code>.
 * <p/>
 * This view isn't all that useful on its own; rather it serves as an example of how to correctly
 * implement these types of gestures to perform zooming and scrolling with interesting content
 * types.

From source file com.acious.android.paginationseekbar.PaginationSeekBar.java

public class PaginationSeekBar extends View {

    public interface OnProgressChangeListener {

        public void onPageChanged(PaginationSeekBar seekBar, int pageNum, boolean fromUser);