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.camnter.easyrecyclerviewsidebar.EasyRecyclerViewSidebar.java

/**
 * DescriptionEasyRecyclerViewSidebar
 * Created byCaMnter
 * Time2016-04-05 21:18
 */
public class EasyRecyclerViewSidebar extends View {

From source file io.ticofab.cm_android_sdk.library.views.CloudMatchView.java

/**
 * Abstract custom view providing the basic functionality of GestureMatch views.
 */
public abstract class CloudMatchView extends View {

    // the WebSocket client object, used in all network operations

From source file chinanurse.cn.nurse.list.WaveView.java

/**
 * @author amyu
 *
 * ??????View
 */
public class WaveView extends View implements ViewTreeObserver.OnPreDrawListener {

From source file cn.appsdream.nestrefresh.matetialstyle.WaveView.java

/**
 * @author amyu
 *         <p>
 *         ??????View
 *         </p>
 */

From source file com.hxsn.witwork.ui.ViewfinderView.java

/**
 * This view is overlaid on top of the camera preview. It adds the viewfinder
 * rectangle and partial transparency outside it, as well as the laser scanner
 * animation and result points.
 * 
 */

From source file com.bili.diushoujuaner.widget.waveswipe.WaveView.java

/**
 * @author amyu
 *
 *         ??????View
 */
public class WaveView extends View implements ViewTreeObserver.OnPreDrawListener {

From source file com.bolaa.medical.view.banner.LoopCirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class LoopCirclePageIndicator extends View implements PageIndicator {
    public static final int HORIZONTAL = 0;

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

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

From source file com.bolaa.sleepingbar.view.banner.LoopCirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class LoopCirclePageIndicator extends View implements PageIndicator {
    public static final int HORIZONTAL = 0;

From source file com.cortxt.app.MMC.ActivitiesOld.CustomViews.CirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class CirclePageIndicator extends View implements PageIndicator {
    private static final int INVALID_POINTER = -1;