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.benefit.buy.library.viewpagerindicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view (if exist), the title of the current
 * select view (centered) and the title of the right view (if exist). When the user scrolls the ViewPager then titles
 * are also scrolled.
 */
public class TitlePageIndicator extends View implements PageIndicator {

From source file com.bettycc.viewpagerindicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */

From source file com.nextgis.mobile.map.MapBase.java

public class MapBase extends View {
    protected String mName;
    protected List<Layer> mLayers;
    protected List<MapEventListener> mListeners;
    protected GISDisplay mDisplay;
    protected File mMapPath;

From source file com.customdatepicker.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 {

From source file com.dark.xiaom.viewpagerindicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */

From source file com.chinaztt.fda.viewpagerindicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */

From source file com.android.settings.widget.DotsPageIndicator.java

/**
 * Custom pager indicator for use with a {@code ViewPager}.
 */
public class DotsPageIndicator extends View implements ViewPager.OnPageChangeListener {

    public static final String TAG = DotsPageIndicator.class.getSimpleName();

From source file cn.eoe.app.indicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */

From source file cn.asmm.viewpagerindicator.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */

From source file app.androbenchmark.util.TitlePageIndicator.java

/**
 * A TitlePageIndicator is a PageIndicator which displays the title of left view
 * (if exist), the title of the current select view (centered) and the title of
 * the right view (if exist). When the user scrolls the ViewPager then titles are
 * also scrolled.
 */