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.commit451.inkpageindicator.InkPageIndicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class InkPageIndicator extends View
        implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

From source file com.amitupadhyay.aboutexample.ui.widget.InkPageIndicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class InkPageIndicator extends View
        implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

From source file com.dirkgassen.wator.ui.view.RangeSlider.java

/**
 * A "range slider" that allows the user to select an integer value by dragging a thumb. The slider can have one of
 * two modes:
 * <dl>
 *     <dt>Min to Max</dt>
 *     <dd>The user can drag across a range between a minimum value and a maximum value</dd>

From source file com.amaze.filemanager.ui.views.Indicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class Indicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

    // defaults

From source file app.android.datetimepicker.date.SimpleMonthView.java

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

From source file com.amaze.carbonfilemanager.ui.views.Indicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class Indicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

    // defaults

From source file com.android.fastlibrary.view.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.borqs.qiupu.fragment.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.byr.assistant.ui.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 at.ac.uniklu.mobile.sportal.ui.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.
 */