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.actionbarsherlock.internal.widget.IcsProgressBar.java

/**
 * <p>
 * Visual indicator of progress in some operation.  Displays a bar to the user
 * representing how far the operation has progressed; the application can
 * change the amount of progress (modifying the length of the bar) as it moves
 * forward.  There is also a secondary progress displayable on a progress bar

From source file com.longle1.facedetection.MainActivity.java

class FaceDetect extends View implements Camera.PreviewCallback {
    public static final int SUBSAMPLING_FACTOR = 4;
    public static final int VIDEO_FPS = 10;

    private IplImage grayImage;
    private CvHaarClassifierCascade classifier;

From source file cn.oddcloud.www.navigationtabbar.ntb.NavigationTabBar.java

/**
 * Created by GIGAMOLE on 24.03.2016.
 */
@SuppressWarnings({ "unused", "DefaultFileTemplate" })
public class NavigationTabBar extends View implements ViewPager.OnPageChangeListener {

From source file com.cocoa.cocoautils.widget.navigationtabbar.ntb.NavigationTabBar.java

/**
 * Created by GIGAMOLE on 24.03.2016.
 */
@SuppressWarnings({ "unused", "DefaultFileTemplate" })
public class NavigationTabBar extends View implements ViewPager.OnPageChangeListener {

From source file com.bizcom.vc.widget.cus.SubsamplingScaleImageView.java

/**
 * Displays an image subsampled as necessary to avoid loading too much image
 * data into memory. After a pinch to zoom in, a set of image tiles subsampled
 * at higher resolution are loaded and displayed over the base layer. During
 * pinch and zoom, tiles off screen or higher/lower resolution than required are
 * discarded from memory.

From source file com.android.mail.browse.ConversationItemView.java

public class ConversationItemView extends View
        implements SwipeableItemView, ToggleableItem, ConversationSetObserver, BadgeSpan.BadgeSpanDimensions {

    // Timer.
    private static int sLayoutCount = 0;
    private static Timer sTimer; // Create the sTimer here if you need to do

From source file com.anysoftkeyboard.keyboards.views.AnyKeyboardViewBase.java

public class AnyKeyboardViewBase extends View implements PointerTracker.UIProxy, OnSharedPreferenceChangeListener {
    // Miscellaneous constants
    public static final int NOT_A_KEY = -1;
    static final String TAG = "ASKKbdViewBase";
    private static final int[] ACTION_KEY_TYPES = new int[] { R.attr.action_done, R.attr.action_search,
            R.attr.action_go };

From source file com.anysoftkeyboard.keyboards.views.AnyKeyboardBaseView.java

public class AnyKeyboardBaseView extends View implements PointerTracker.UIProxy, OnSharedPreferenceChangeListener {
    static final String TAG = "ASKKbdViewBase";

    public static final int NOT_A_TOUCH_COORDINATE = -1;
    private static final int[] ACTION_KEY_TYPES = new int[] { R.attr.action_done, R.attr.action_search,
            R.attr.action_go };

From source file com.dragon4.owo.ar_trace.ARCore.MixView.java

class AugmentedView extends View {
    MixView app; // ? 

    // ??
    public AugmentedView(Context context) {
        super(context);