Example usage for android.widget RelativeLayout subclass-usage

List of usage examples for android.widget RelativeLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget RelativeLayout subclass-usage.

Usage

From source file org.videolan.vlc.gui.view.PopupLayout.java

public class PopupLayout extends RelativeLayout
        implements ScaleGestureDetector.OnScaleGestureListener, View.OnTouchListener {
    private static final String TAG = "VLC/PopupView";

    private WindowManager mWindowManager;
    private GestureDetectorCompat mGestureDetector;

From source file com.telenav.nodeflow.NodeFlowLayout.java

/**
 * Abstract class that handles all the node animations.
 */
public abstract class NodeFlowLayout extends RelativeLayout {

    private static Node<?> activeNode;

From source file com.astuetz.viewpager.extensions.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";
    // Length of the horizontal fading edges
    private static final int SHADOW_WIDTH = 20;

From source file com.userhook.view.UHMessageView.java

public class UHMessageView extends RelativeLayout {

    protected View overlay;
    protected View contentView;

    protected UHHookPointMessage hookpoint;

From source file m.drl.mqtt.fragment.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    // Scrolling direction

From source file com.roottony.ussdtest.ui.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    // Scrolling direction

From source file com.telenav.expandablepager.SlidingContainer.java

/**
 * Container that slides vertically between provided slide values.
 */
public class SlidingContainer extends RelativeLayout {

    public static final int STATE_COLLAPSED = 0, STATE_EXPANDED = 1, STATE_HIDDEN = -1;

From source file com.ns.developer.tagview.widget.TagCloudLinkView.java

/**
 * TagCloudLinkView Class
 * Simple Tagcloud Widget
 */
public class TagCloudLinkView extends RelativeLayout {

From source file com.jaspersoft.android.jaspermobile.widget.DraggableViewsContainer.java

/**
 * @author Andrew Tivodar
 * @since 2.5
 */
public class DraggableViewsContainer extends RelativeLayout implements View.OnTouchListener, View.OnDragListener {
    private static final int DEFAULT_COLOR = Color.BLACK;

From source file com.igs.qhrzlc.utils.view.astuetz.viewpager.extensions.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    // Scrolling direction